summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp b/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
index ef81aeae0c..6ddd095e8e 100644
--- a/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
+++ b/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
@@ -142,7 +142,7 @@ static void parseCmdLine(QStringList args)
args.takeFirst();
commandLine = QLatin1String(PROGRAMNAME " ");
- commandLine += args.join(QLatin1String(" "));
+ commandLine += args.join(QLatin1Char(' '));
int i = 0;
while (i < args.count()) {