Fix build with Qt4.

Change-Id: Ia365e28b45ef850e7e830f2e81c4b6e2e4b40ffe
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Andre Hartmann
2013-10-16 19:54:36 +02:00
committed by hjk
parent 613a87cb39
commit 6f88964ee6

View File

@@ -150,7 +150,7 @@ void LldbEngine::setupEngine()
args.append(_("-i"));
args.append(Core::ICore::resourcePath() + _("/debugger/lldbbridge.py"));
args.append(m_lldbCmd);
showMessage(_("STARTING LLDB ") + args.join(QLatin1Char(' ')));
showMessage(_("STARTING LLDB ") + args.join(QLatin1String(" ")));
m_lldbProc.start(_("python"), args);
if (!m_lldbProc.waitForStarted()) {