forked from qt-creator/qt-creator
Fixed localization with qml run configuration
Reviewed-by: dt
This commit is contained in:
@@ -46,6 +46,7 @@ class QmlProjectRunConfigurationFactory;
|
||||
}
|
||||
|
||||
const char * const CURRENT_FILE = QT_TRANSLATE_NOOP("QmlManager", "<Current File>");
|
||||
const char * const M_CURRENT_FILE = "CurrentFile";
|
||||
|
||||
class QMLPROJECTMANAGER_EXPORT QmlProjectRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user