debugger: remove a few too-fancy typedefs

Change-Id: I0c8ba3c2d22ca7128527da42b81919dabbd82d14
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-02-16 11:12:02 +01:00
committed by hjk
parent 29a7ee6cf4
commit b9d15b113f
8 changed files with 27 additions and 29 deletions

View File

@@ -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;
}