forked from qt-creator/qt-creator
debugger: remove a few too-fancy typedefs
Change-Id: I0c8ba3c2d22ca7128527da42b81919dabbd82d14 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -530,7 +530,7 @@ static QList<DebuggerEngineType> engineTypes(const DebuggerStartParameters &sp)
|
||||
}
|
||||
|
||||
// FIXME: 1 of 3 testing hacks.
|
||||
if (sp.processArgs.startsWith(__("@tcf@ "))) {
|
||||
if (sp.processArgs.startsWith(QLatin1String("@tcf@ "))) {
|
||||
result.push_back(GdbEngineType);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user