forked from qt-creator/qt-creator
Project: Add setDocument method
Add setDocument method, implement document method, use this in all projects. Change-Id: I5018bf7c2739665c13eee340184ce7c41fd319bb Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -61,7 +61,6 @@ public:
|
||||
QString configFileName() const;
|
||||
|
||||
QString displayName() const override;
|
||||
Core::IDocument *document() const override;
|
||||
ProjectExplorer::IProjectManager *projectManager() const override;
|
||||
|
||||
GenericProjectNode *rootProjectNode() const override;
|
||||
@@ -103,7 +102,6 @@ private:
|
||||
QString m_includesFileName;
|
||||
QString m_configFileName;
|
||||
QString m_projectName;
|
||||
GenericProjectFile *m_creatorIDocument;
|
||||
GenericProjectFile *m_filesIDocument;
|
||||
GenericProjectFile *m_includesIDocument;
|
||||
GenericProjectFile *m_configIDocument;
|
||||
|
||||
Reference in New Issue
Block a user