forked from qt-creator/qt-creator
Also make ProjectLanguage a proper context
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
virtual ~Manager();
|
||||
|
||||
virtual Core::Context projectContext() const;
|
||||
virtual int projectLanguage() const;
|
||||
virtual Core::Context projectLanguage() const;
|
||||
|
||||
virtual QString mimeType() const;
|
||||
virtual ProjectExplorer::Project *openProject(const QString &fileName);
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
private:
|
||||
Core::Context m_projectContext;
|
||||
int m_projectLanguage;
|
||||
Core::Context m_projectLanguage;
|
||||
QList<QmlProject *> m_projects;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user