diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 11:26:41 +0200 |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 19:29:30 +0200 |
commit | 0cca7705c01d262c1bb008f969a9705786e1c80e (patch) | |
tree | 3f263e6b08a8182eaacc0310f4f19452ec62cba1 /src/testlib/qtest_gui.h | |
parent | 437330b3c0c4d848e3dca6c1e41a9c31eb99fd10 (diff) | |
download | qt4-tools-0cca7705c01d262c1bb008f969a9705786e1c80e.tar.gz |
Moved the QTest::touchEvent() implementation to testlib.
Modified it the same time to remove refcount and static variable.
Diffstat (limited to 'src/testlib/qtest_gui.h')
-rw-r--r-- | src/testlib/qtest_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qtest_gui.h b/src/testlib/qtest_gui.h index d389f1c847..d317e853b2 100644 --- a/src/testlib/qtest_gui.h +++ b/src/testlib/qtest_gui.h @@ -46,6 +46,7 @@ #include <QtTest/qtest.h> #include <QtTest/qtestevent.h> #include <QtTest/qtestmouse.h> +#include <QtTest/qtesttouch.h> #include <QtTest/qtestkeyboard.h> #include <QtGui/qicon.h> |