summaryrefslogtreecommitdiff
path: root/src/activeqt/control/qaxserverbase.cpp
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 /src/activeqt/control/qaxserverbase.cpp
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>
Diffstat (limited to 'src/activeqt/control/qaxserverbase.cpp')
-rw-r--r--src/activeqt/control/qaxserverbase.cpp1
1 files changed, 1 insertions, 0 deletions
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>