fix effective autotype sequence

This commit is contained in:
thez3ro
2018-01-16 17:23:29 +01:00
parent 92e42b581f
commit 065a85e05c
4 changed files with 103 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ private slots:
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
void testAutoTypeSyntaxChecks();
void testAutoTypeEffectiveSequences();
private:
AutoTypePlatformInterface* m_platform;