aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/externaltool.cpp')
-rw-r--r--src/plugins/coreplugin/externaltool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/externaltool.cpp b/src/plugins/coreplugin/externaltool.cpp
index f6e8b03978..ae8dae407c 100644
--- a/src/plugins/coreplugin/externaltool.cpp
+++ b/src/plugins/coreplugin/externaltool.cpp
@@ -453,7 +453,7 @@ ExternalTool * ExternalTool::createFromXml(const QByteArray &xml, QString *error
tool->m_environment = EnvironmentItem::fromStringList(lines);
} else {
reader.raiseError(QString::fromLatin1("Unknown element <%1> as subelement of <%2>").arg(
- reader.qualifiedName().toString(), kExecutable));
+ reader.qualifiedName().toString(), QString(kExecutable)));
break;
}
}