mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 23:07:11 -05:00
Initialize global auto-type key variables.
This commit is contained in:
parent
50148e9640
commit
54641a2304
@ -35,6 +35,8 @@ AutoType* AutoType::m_instance = Q_NULLPTR;
|
|||||||
AutoType::AutoType(QObject* parent, bool test)
|
AutoType::AutoType(QObject* parent, bool test)
|
||||||
: QObject(parent)
|
: QObject(parent)
|
||||||
, m_inAutoType(false)
|
, m_inAutoType(false)
|
||||||
|
, m_currentGlobalKey(static_cast<Qt::Key>(0))
|
||||||
|
, m_currentGlobalModifiers(0)
|
||||||
, m_pluginLoader(new QPluginLoader(this))
|
, m_pluginLoader(new QPluginLoader(this))
|
||||||
, m_plugin(Q_NULLPTR)
|
, m_plugin(Q_NULLPTR)
|
||||||
, m_executor(Q_NULLPTR)
|
, m_executor(Q_NULLPTR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user