Fixed localization with qml run configuration

Reviewed-by: dt
This commit is contained in:
Lasse Holmstedt
2010-03-05 11:38:17 +01:00
parent 9595504bda
commit e2cc3c4c8b
2 changed files with 7 additions and 3 deletions

View File

@@ -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
{