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

@@ -705,7 +705,7 @@ bool StartExternalDialog::run(QWidget *parent,
if (!newParameters.arguments.isEmpty())
sp->processArgs = newParameters.arguments;
// Fixme: 1 of 3 testing hacks.
if (sp->processArgs.startsWith(__("@tcf@ ")) || sp->processArgs.startsWith(__("@sym@ ")))
if (sp->processArgs.startsWith(QLatin1String("@tcf@ ")) || sp->processArgs.startsWith(QLatin1String("@sym@ ")))
// Set up an ARM Symbian Abi
sp->toolChainAbi = ProjectExplorer::Abi(ProjectExplorer::Abi::ArmArchitecture,
ProjectExplorer::Abi::SymbianOS,