summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-07-15 09:52:23 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-07-15 10:08:55 +0200
commit93dc38a4830019ce23df52605d7f3c5220d532cd (patch)
tree0f388ab1f24947991ee8363a84dd20fe3231429f /tests/manual
parentf7be7480dec52a301cd51d60288bcb208bf2f034 (diff)
Remove the unused include for QRegExp
Task-number: QTBUG-85235 Change-Id: I2057e42e2b1ce4248f012b5e477120759d0ea805 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/quick/touchbrowser/touchmockingapplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/quick/touchbrowser/touchmockingapplication.cpp b/tests/manual/quick/touchbrowser/touchmockingapplication.cpp
index 183583207..5bc0196e9 100644
--- a/tests/manual/quick/touchbrowser/touchmockingapplication.cpp
+++ b/tests/manual/quick/touchbrowser/touchmockingapplication.cpp
@@ -29,7 +29,6 @@
#include "touchmockingapplication.h"
#include <qpa/qwindowsysteminterface.h>
-#include <QtCore/QRegExp>
#include <QtCore/QEvent>
#include <QtGui/QMouseEvent>
#include <QtGui/QTouchDevice>