QmlProject: Move project tree generation out of the ProjectNodes

Change-Id: Ic0dbd0762f92191ee7d7eac47cb5385e1d3b9575
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2017-03-01 14:26:46 +01:00
parent f31d9b0b18
commit 5693a291e3
4 changed files with 22 additions and 23 deletions

View File

@@ -46,8 +46,6 @@ public:
virtual bool deleteFiles(const QStringList &filePaths) override;
virtual bool renameFile(const QString &filePath, const QString &newFilePath) override;
void refresh();
private:
QmlProject *m_project;
};