GenericProject: Simplify code based on Project::projectFileIsDirty signal

Change-Id: I3e9eb892f22c716c3b6cf40498f232d234aa163e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2019-08-15 12:24:08 +02:00
parent 007d134bc3
commit 22092ee4e6
2 changed files with 24 additions and 32 deletions

View File

@@ -78,11 +78,6 @@ private:
QString m_configFileName;
QString m_cxxflagsFileName;
QString m_cflagsFileName;
ProjectExplorer::ProjectDocument *m_filesIDocument = nullptr;
ProjectExplorer::ProjectDocument *m_includesIDocument = nullptr;
ProjectExplorer::ProjectDocument *m_configIDocument = nullptr;
ProjectExplorer::ProjectDocument *m_cxxFlagsIDocument = nullptr;
ProjectExplorer::ProjectDocument *m_cFlagsIDocument = nullptr;
QStringList m_rawFileList;
QStringList m_files;
QHash<QString, QString> m_rawListEntries;