Implemented the run configration factory and removed some obsoleted code.

This commit is contained in:
Roberto Raggi
2009-05-07 12:27:52 +02:00
parent abafbb7a1e
commit b191f15486
4 changed files with 139 additions and 117 deletions

View File

@@ -35,7 +35,8 @@ namespace Constants {
const char *const PROJECTCONTEXT = "QmlProject.ProjectContext";
const char *const QMLMIMETYPE = "text/x-qml-project"; // ### FIXME
const char *const MAKESTEP = "QmlProjectManager.MakeStep";
const char *const QMLRUNCONFIGURATION = "QmlProject.QmlApplicationRunConfiguration";
// contexts
const char *const C_FILESEDITOR = ".files Editor";