forked from qt-creator/qt-creator
Ios: Fix translatable string context
The widget doesn't have tr Change-Id: I8f49b67d169b6a44f3e970ffefa413e0f21cf5ac Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
4298190325
commit
79d889ca47
@@ -400,7 +400,7 @@ IosRunConfigurationWidget::IosRunConfigurationWidget(IosRunConfiguration *runCon
|
||||
|
||||
QString IosRunConfigurationWidget::displayName() const
|
||||
{
|
||||
return tr("iOS run settings");
|
||||
return IosRunConfiguration::tr("iOS run settings");
|
||||
}
|
||||
|
||||
void IosRunConfigurationWidget::setDeviceTypeIndex(int devIndex)
|
||||
|
||||
Reference in New Issue
Block a user