Initialize global auto-type key variables.

This commit is contained in:
Felix Geyer 2012-11-20 23:38:36 +01:00
parent 50148e9640
commit 54641a2304

View File

@ -35,6 +35,8 @@ AutoType* AutoType::m_instance = Q_NULLPTR;
AutoType::AutoType(QObject* parent, bool test)
: QObject(parent)
, m_inAutoType(false)
, m_currentGlobalKey(static_cast<Qt::Key>(0))
, m_currentGlobalModifiers(0)
, m_pluginLoader(new QPluginLoader(this))
, m_plugin(Q_NULLPTR)
, m_executor(Q_NULLPTR)