aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/qbs_processlauncher/processlauncher-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexec/qbs_processlauncher/processlauncher-main.cpp')
-rw-r--r--src/libexec/qbs_processlauncher/processlauncher-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexec/qbs_processlauncher/processlauncher-main.cpp b/src/libexec/qbs_processlauncher/processlauncher-main.cpp
index 2c042603a..61bbfbc3c 100644
--- a/src/libexec/qbs_processlauncher/processlauncher-main.cpp
+++ b/src/libexec/qbs_processlauncher/processlauncher-main.cpp
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
return 1;
}
- qbs::Internal::LauncherSocketHandler launcher(app.arguments().last());
+ qbs::Internal::LauncherSocketHandler launcher(app.arguments().constLast());
QTimer::singleShot(0, &launcher, &qbs::Internal::LauncherSocketHandler::start);
return app.exec();
}