mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-28 07:17:08 -05:00
rename to executeAutoType
This commit is contained in:
parent
3d5ff723e9
commit
203960b4b5
@ -128,7 +128,7 @@ QStringList AutoType::windowTitles()
|
|||||||
return m_plugin->windowTitles();
|
return m_plugin->windowTitles();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoType::_performAutoType(const Entry* entry, QWidget* hideWindow, const QString& customSequence, WId window)
|
void AutoType::executeAutoType(const Entry* entry, QWidget* hideWindow, const QString& customSequence, WId window)
|
||||||
{
|
{
|
||||||
if (m_inAutoType || !m_plugin) {
|
if (m_inAutoType || !m_plugin) {
|
||||||
return;
|
return;
|
||||||
@ -677,5 +677,5 @@ void AutoType::performAutoType(const Entry* entry, QWidget* hideWindow, const QS
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_performAutoType(entry, hideWindow, customSequence, window);
|
executeAutoType(entry, hideWindow, customSequence, window);
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ class AutoType : public QObject
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
QStringList windowTitles();
|
QStringList windowTitles();
|
||||||
void _performAutoType(const Entry* entry,
|
void executeAutoType(const Entry* entry,
|
||||||
QWidget* hideWindow = nullptr,
|
QWidget* hideWindow = nullptr,
|
||||||
const QString& customSequence = QString(),
|
const QString& customSequence = QString(),
|
||||||
WId window = 0);
|
WId window = 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user