forked from qt-creator/qt-creator
Use double quotes instead of single quotes as per our guidelines.
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -535,7 +535,7 @@ bool Command::runFullySynchronous(const QStringList &arguments, int timeoutMS,
|
||||
process.closeWriteChannel();
|
||||
if (!process.waitForStarted()) {
|
||||
if (errorData) {
|
||||
const QString msg = QString::fromLatin1("Unable to execute '%1': %2:")
|
||||
const QString msg = QString::fromLatin1("Unable to execute \"%1\": %2:")
|
||||
.arg(d->m_binaryPath, process.errorString());
|
||||
*errorData = msg.toLocal8Bit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user