Listening Qml syntax errors in Tasks window

This commit is contained in:
Kai Koehne
2009-11-11 10:10:00 +01:00
parent a475761384
commit 925c686d85
14 changed files with 113 additions and 19 deletions

View File

@@ -49,6 +49,8 @@ const char *const PROJECT_KIND = "QML";
const char *const FILES_EDITOR = ".qmlproject Editor";
const char *const FILES_MIMETYPE = QMLMIMETYPE;
const char *const TASK_CATEGORY_QML = "Task.Category.Qml";
} // namespace Constants
} // namespace QmlProjectManager