Fix tr() error in QNX plugin, use QT_NO_CAST_FROM_ASCII.

Change-Id: I44e34b62d16e824939b75d02738f58fd8e3380a7
Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-07-16 11:07:17 +02:00
committed by Daniel Teske
parent a6f3ec03f2
commit ec9809e657
8 changed files with 10 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ bool BlackBerryRunControl::isRunning() const
QIcon BlackBerryRunControl::icon() const
{
return QIcon(ProjectExplorer::Constants::ICON_RUN_SMALL);
return QIcon(QLatin1String(ProjectExplorer::Constants::ICON_RUN_SMALL));
}
void BlackBerryRunControl::handleStartFailed(const QString &message)