Make sure the remapping keycode is reset to NoSymbol.

Previously the dtor of AutoTypePlatformX11 wasn't called.
This commit is contained in:
Felix Geyer
2013-12-01 23:32:53 +01:00
parent 23f338b0c3
commit 2a416d1f1d
5 changed files with 41 additions and 9 deletions

View File

@@ -59,6 +59,7 @@ Q_SIGNALS:
private Q_SLOTS:
void performAutoTypeFromGlobal(Entry* entry, const QString& sequence);
void resetInAutoType();
void unloadPlugin();
private:
explicit AutoType(QObject* parent = Q_NULLPTR, bool test = false);