SynchronousProcess: WS-only change

Change-Id: If4cf8d48b4176590968d170776f4ecd186b4a3ec
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-26 11:53:14 +01:00
parent 51219a8815
commit 6d035df0d5

View File

@@ -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;