aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggeritem.cpp')
-rw-r--r--src/plugins/debugger/debuggeritem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeritem.cpp b/src/plugins/debugger/debuggeritem.cpp
index 13ba684dc5b..b6811f6f7d7 100644
--- a/src/plugins/debugger/debuggeritem.cpp
+++ b/src/plugins/debugger/debuggeritem.cpp
@@ -123,7 +123,7 @@ void DebuggerItem::reinitializeFromFile()
SynchronousProcess proc;
SynchronousProcessResponse response
- = proc.runBlocking(m_command.toString(), QStringList({ QLatin1String(version) }));
+ = proc.runBlocking(m_command.toString(), QStringList({QLatin1String(version)}));
if (response.result != SynchronousProcessResponse::Finished) {
m_engineType = NoEngineType;
return;