aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-02-17 23:57:40 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-17 08:00:17 +0000
commit4b445c487d00cc85b01ff92b554e3c1cce2de32d (patch)
treecaaad4b368fc14d60dd2bcd845e436710969e8f6 /tests/benchmarks
parentaa570a7720dc508f83c32aee81ac1d6ea21d6757 (diff)
QRegExp include cleanup
This patch adds missing include statement where the QRegExp class is used. Change-Id: I02d2995dd380f1e4db3777ae9759098c0e7757bd Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/qml/holistic/testtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/holistic/testtypes.h b/tests/benchmarks/qml/holistic/testtypes.h
index 0736982373..a752a8585b 100644
--- a/tests/benchmarks/qml/holistic/testtypes.h
+++ b/tests/benchmarks/qml/holistic/testtypes.h
@@ -43,6 +43,7 @@
#include <QtQml/qjsvalue.h>
#include <QtQml/qqmlscriptstring.h>
#include <QtQml/qqmlcomponent.h>
+#include <QtCore/qregexp.h>
class MyQmlAttachedObject : public QObject
{