summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/inputchord/inputchord.pro
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-08-23 16:26:10 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-08-24 19:33:24 +0000
commit335052336eb0e1816f24a4f120551ee2b23ac1aa (patch)
tree1be1483acc4071a44f665686eeb45e7991a38b65 /tests/auto/input/inputchord/inputchord.pro
parent81ecbf04bf7c8a091916f0fa4c8840d499099453 (diff)
Move input, chord and sequence logic out of job
The bookkeeping and activation logic of ActionInput, InputChord and InputSequence now move outside of the job, which make them testable properly. The tests already show bugs which will be fixed in following commits. Change-Id: I4e434118a6ba285d08632c43d487b17ee5b4cb66 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/input/inputchord/inputchord.pro')
-rw-r--r--tests/auto/input/inputchord/inputchord.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/input/inputchord/inputchord.pro b/tests/auto/input/inputchord/inputchord.pro
index 323b7fa80..09bbbb3ec 100644
--- a/tests/auto/input/inputchord/inputchord.pro
+++ b/tests/auto/input/inputchord/inputchord.pro
@@ -8,4 +8,4 @@ CONFIG += testcase
SOURCES += tst_inputchord.cpp
-include(../../core/common/common.pri)
+include(../commons/commons.pri)