Introduced LANG_QML

This commit is contained in:
Roberto Raggi
2009-05-07 12:42:20 +02:00
parent 76f4cfa0b4
commit 8f9bc24d93
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ Manager::Manager()
{
Core::UniqueIDManager *uidm = Core::UniqueIDManager::instance();
m_projectContext = uidm->uniqueIdentifier(QmlProjectManager::Constants::PROJECTCONTEXT);
m_projectLanguage = uidm->uniqueIdentifier(ProjectExplorer::Constants::LANG_CXX);
m_projectLanguage = uidm->uniqueIdentifier(QmlProjectManager::Constants::LANG_QML);
}
Manager::~Manager()