forked from qt-creator/qt-creator
Debugger: String usage fix.
Change-Id: Ia1fb09dee055f2507494b9666da7a6ada1103296 Reviewed-on: http://codereview.qt-project.org/5710 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -1202,7 +1202,7 @@ void DebuggerPluginPrivate::maybeEnrichParameters(DebuggerStartParameters *sp)
|
||||
sp->sysroot = QString::fromLocal8Bit(qgetenv("QTC_DEBUGGER_SYSROOT"));
|
||||
//if (sp->sysroot.isEmpty())
|
||||
// sp->sysroot = debuggerCore()->configValue(_("LastSysroot")).toString();
|
||||
showMessage("### USING FAKE SYSROOT ###" + sp->sysroot.toLocal8Bit(), LogWarning);
|
||||
showMessage(QLatin1String("### USING FAKE SYSROOT ###") + sp->sysroot, LogWarning);
|
||||
}
|
||||
if (sp->debugInfoLocation.isEmpty())
|
||||
sp->debugInfoLocation = sp->sysroot + "/usr/lib/debug";
|
||||
|
||||
Reference in New Issue
Block a user