forked from qt-creator/qt-creator
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:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user