forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
a6f3ec03f2
commit
ec9809e657
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user