summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/elevatedexecuteoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/elevatedexecuteoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/elevatedexecuteoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/elevatedexecuteoperation.cpp b/installerbuilder/libinstaller/elevatedexecuteoperation.cpp
index 2c2bcfcc2..ec5d8179a 100644
--- a/installerbuilder/libinstaller/elevatedexecuteoperation.cpp
+++ b/installerbuilder/libinstaller/elevatedexecuteoperation.cpp
@@ -87,7 +87,7 @@ bool ElevatedExecuteOperation::performOperation()
return false;
}
QStringList args;
- foreach(const QString &argument, arguments()) {
+ foreach (const QString &argument, arguments()) {
if (argument!=QLatin1String("UNDOEXECUTE"))
args.append(argument);
else