summaryrefslogtreecommitdiffstats
path: root/tools/qml/main.cpp
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-19 23:07:07 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-26 21:37:53 +0000
commit695460401d9a89d2f156016d51601b2e59b64105 (patch)
tree6665db494becb3197037179401d1c8dfec0e4fa4 /tools/qml/main.cpp
parenta0783470449a911fce09d6328abfcff17973d421 (diff)
QRegExp include cleanup
This patch adds missing include statement where the QRegExp class is used. Change-Id: I059825d8d3a9b97775d88f429d7e45564c0b44f1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tools/qml/main.cpp')
-rw-r--r--tools/qml/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index e8769f48..f3189803 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -38,6 +38,7 @@
#include <QLibraryInfo>
#include <QProcess>
#include <QPointer>
+#include <QRegExp>
#include <QWidget>
#include <QApplication>