summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakeproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeproject.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h
index fb96fbc266..2f4fb8a427 100644
--- a/src/plugins/qmakeprojectmanager/qmakeproject.h
+++ b/src/plugins/qmakeprojectmanager/qmakeproject.h
@@ -73,7 +73,6 @@ public:
bool validParse(const Utils::FileName &proFilePath) const;
bool parseInProgress(const Utils::FileName &proFilePath) const;
- virtual QStringList files(FilesMode fileMode) const final;
virtual QStringList filesGeneratedFrom(const QString &file) const final;
enum Parsing {ExactParse, ExactAndCumulativeParse };
@@ -109,8 +108,6 @@ public:
/// \internal
bool wasEvaluateCanceled();
- // For QmakeProFileNode after a on disk change
- void updateFileList();
void updateCodeModels();
void watchFolders(const QStringList &l, QmakePriFile *file);
@@ -188,9 +185,6 @@ private:
std::unique_ptr<QmakeProFile> m_rootProFile;
- // cached lists of all of files
- Internal::QmakeProjectFiles *m_projectFiles = nullptr;
-
QMakeVfs *m_qmakeVfs = nullptr;
// cached data during project rescan