Debugger: Add a missing space in language listing

Change-Id: I78a57c5edba1d7cfd59b8b4a93b41fb4ab3ae936
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-03-03 17:14:27 +02:00
committed by Orgad Shaneh
parent e236633e28
commit 4c3a144830

View File

@@ -2899,7 +2899,7 @@ static QString formatStartParameters(DebuggerRunParameters &sp)
<< "\nABI: " << sp.toolChainAbi.toString() << '\n';
str << "Languages: ";
if (sp.languages == AnyLanguage)
str << "any";
str << "any ";
if (sp.languages & CppLanguage)
str << "c++ ";
if (sp.languages & QmlLanguage)