aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-08 00:01:39 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-08 17:06:30 +0000
commit82f8523c95ac88108871c9886565ec7d66cd2ec7 (patch)
tree35e4bd10057bac0e0eea84cc72eb1df1da15f4a2 /tests
parente760693b84bc88eba78b1d3e08899ad6b5c80ac5 (diff)
QRegExp include cleanup
This patch fixes missing QRegExp includes Change-Id: I4d096d80d33f6c15cec8d70e989c69656e55c676 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp1
-rw-r--r--tests/auto/cmdlineparser/tst_cmdlineparser.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 720c63c7a..494c6e8ab 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -42,6 +42,7 @@
#include <QtCore/qjsonobject.h>
#include <QtCore/qjsonvalue.h>
#include <QtCore/qlocale.h>
+#include <QtCore/qregexp.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qtemporarydir.h>
#include <QtCore/qtemporaryfile.h>
diff --git a/tests/auto/cmdlineparser/tst_cmdlineparser.cpp b/tests/auto/cmdlineparser/tst_cmdlineparser.cpp
index 672194bfc..fcbb1bf14 100644
--- a/tests/auto/cmdlineparser/tst_cmdlineparser.cpp
+++ b/tests/auto/cmdlineparser/tst_cmdlineparser.cpp
@@ -33,6 +33,7 @@
#include <tools/hostosinfo.h>
#include <QtCore/qdir.h>
+#include <QtCore/qregexp.h>
#include <QtCore/qtemporaryfile.h>
#include <QtTest/qtest.h>