aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/synchronousprocess.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-26 11:53:14 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-26 11:54:55 +0100
commit6d035df0d5abad2fb1f4df0850524270addb3478 (patch)
treefbf79ad8eea0072786ff5d0846daa2df4ee99c30 /src/libs/utils/synchronousprocess.cpp
parent51219a8815e13e810638f671c0ee717791d43230 (diff)
SynchronousProcess: WS-only change
Change-Id: If4cf8d48b4176590968d170776f4ecd186b4a3ec Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/synchronousprocess.cpp')
-rw-r--r--src/libs/utils/synchronousprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/synchronousprocess.cpp b/src/libs/utils/synchronousprocess.cpp
index e52aa07ae02..64d7fef7f24 100644
--- a/src/libs/utils/synchronousprocess.cpp
+++ b/src/libs/utils/synchronousprocess.cpp
@@ -385,7 +385,7 @@ static bool isGuiThread()
}
SynchronousProcessResponse SynchronousProcess::run(const QString &binary,
- const QStringList &args)
+ const QStringList &args)
{
if (debug)
qDebug() << '>' << Q_FUNC_INFO << binary << args;