summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-04-21 11:06:14 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-08-19 21:15:16 +0000
commitb3e88744f36144db7cda0b85c161cdb10026eb65 (patch)
treed30529cadc0f9e43f07c3f492b6ae564bc363127
parent9a6d57385c49fa702319139ae1f2e471520963ee (diff)
downloadqtactiveqt-b3e88744f36144db7cda0b85c161cdb10026eb65.tar.gz
QRegExp include cleanup
This patch adds missing include statement where the QRegExp class is used and remove them where not. Change-Id: I857dbc18af9f4ef5a3d9552b61c814e9fd85a438 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--src/activeqt/container/qaxselect.cpp1
-rw-r--r--src/activeqt/control/qaxserverbase.cpp1
-rw-r--r--tools/testcon/changeproperties.cpp1
3 files changed, 2 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxselect.cpp b/src/activeqt/container/qaxselect.cpp
index 77e0a3c..a0ad5f4 100644
--- a/src/activeqt/container/qaxselect.cpp
+++ b/src/activeqt/container/qaxselect.cpp
@@ -47,7 +47,6 @@
#include <QtCore/QItemSelectionModel>
#include <QtCore/QSysInfo>
#include <QtCore/QTextStream>
-#include <QtCore/QRegExp>
#include <QtWidgets/QDesktopWidget>
#include <QtWidgets/QPushButton>
diff --git a/src/activeqt/control/qaxserverbase.cpp b/src/activeqt/control/qaxserverbase.cpp
index 779f015..c4eea69 100644
--- a/src/activeqt/control/qaxserverbase.cpp
+++ b/src/activeqt/control/qaxserverbase.cpp
@@ -56,6 +56,7 @@
#include <qmenu.h>
#include <qmetaobject.h>
#include <qpixmap.h>
+#include <qregexp.h>
#include <qstatusbar.h>
#include <qwhatsthis.h>
#include <ocidl.h>
diff --git a/tools/testcon/changeproperties.cpp b/tools/testcon/changeproperties.cpp
index 384ebab..7382c0a 100644
--- a/tools/testcon/changeproperties.cpp
+++ b/tools/testcon/changeproperties.cpp
@@ -33,6 +33,7 @@
#include <QtCore/qt_windows.h>
#include <QtCore/QMetaObject>
#include <QtCore/QMetaProperty>
+#include <QtCore/QRegExp>
#include <ActiveQt/QAxWidget>
QT_BEGIN_NAMESPACE