forked from qt-creator/qt-creator
Fix crash when restoring old .qmlproject files
The run configuration id changed, leaving restored qmlproject without any run configuration. Reviewed-by: kkoehne
This commit is contained in:
@@ -37,8 +37,6 @@ const char *const PROJECTCONTEXT = "QmlProject.ProjectContext";
|
||||
const char *const LANG_QML = "QML";
|
||||
const char *const QMLMIMETYPE = "application/x-qmlproject";
|
||||
|
||||
const char *const QMLRUNCONFIGURATION = "QmlProject.QmlLocalApplicationRunConfiguration";
|
||||
|
||||
// contexts
|
||||
const char *const C_FILESEDITOR = ".files Editor";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user