Make use of QML, Qml, and Quick consistent

- It's QML, not Qml. But this is only the file format.
- The umbrella term is Quick (or Qt Quick, to be sorted out)
This commit is contained in:
Kai Koehne
2010-03-18 10:50:20 +01:00
parent 4ca5e42f06
commit 718dd06ed8
19 changed files with 33 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ void QmlTaskManager::setTaskWindow(ProjectExplorer::TaskWindow *taskWindow)
Q_ASSERT(taskWindow);
m_taskWindow = taskWindow;
m_taskWindow->addCategory(Constants::TASK_CATEGORY_QML, "Qml");
m_taskWindow->addCategory(Constants::TASK_CATEGORY_QML, "QML");
}
void QmlTaskManager::documentUpdated(QmlJS::Document::Ptr /*doc*/)