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:
Christiaan Janssen
2010-03-31 10:36:01 +02:00
parent fdcb197033
commit 520108cbc8
2 changed files with 6 additions and 2 deletions

View File

@@ -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";