summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/elevatedexecuteoperation.cpp
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-12 22:10:31 +0100
committerSamuel Gaist <samuel.gaist@edeltech.ch>2017-03-13 20:56:02 +0000
commitaca7f1fb7e544fd68adc5f05b291ebefe3a21c94 (patch)
tree67c7332ecc03f5d7c5fbf9662ee6a3631a3434af /src/libs/installer/elevatedexecuteoperation.cpp
parent9735faf767f805560855e3ea3a9908f901e63891 (diff)
QRegExp include cleanup
This patch adds the missing include statements for QRegExp. Change-Id: I05fed3e83514af895b95a3df746b0ae1e6b31828 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/libs/installer/elevatedexecuteoperation.cpp')
-rw-r--r--src/libs/installer/elevatedexecuteoperation.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/installer/elevatedexecuteoperation.cpp b/src/libs/installer/elevatedexecuteoperation.cpp
index 98fe9be03..1241fc567 100644
--- a/src/libs/installer/elevatedexecuteoperation.cpp
+++ b/src/libs/installer/elevatedexecuteoperation.cpp
@@ -31,9 +31,10 @@
#include "environment.h"
#include "qprocesswrapper.h"
-#include <QtCore/QThread>
-#include <QtCore/QProcessEnvironment>
#include <QtCore/QDebug>
+#include <QtCore/QProcessEnvironment>
+#include <QtCore/QRegExp>
+#include <QtCore/QThread>
using namespace QInstaller;