aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraphloader.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-06-08 02:14:29 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-06-10 16:26:16 +0000
commitd5330f3842266989cf5f8cae489a8a3e56cd956e (patch)
tree4dca4cc7d4ce4e4feb0d2a42d779a13a461fcc4a /src/lib/corelib/buildgraph/buildgraphloader.h
parentb73531b1d29cf52f3891e719bea98a5a29fcba5d (diff)
Add a File.directoryEntries function to list directory contents.
Change-Id: I5470ecfa79d93207858ab661ff8e5e2cf80b75c8 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraphloader.h')
-rw-r--r--src/lib/corelib/buildgraph/buildgraphloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraphloader.h b/src/lib/corelib/buildgraph/buildgraphloader.h
index c5dcefa17..b682295d0 100644
--- a/src/lib/corelib/buildgraph/buildgraphloader.h
+++ b/src/lib/corelib/buildgraph/buildgraphloader.h
@@ -75,6 +75,7 @@ private:
void trackProjectChanges();
bool hasEnvironmentChanged(const TopLevelProjectConstPtr &restoredProject) const;
bool hasFileExistsResultChanged(const TopLevelProjectConstPtr &restoredProject) const;
+ bool hasDirectoryEntriesResultChanged(const TopLevelProjectConstPtr &restoredProject) const;
bool hasFileLastModifiedResultChanged(const TopLevelProjectConstPtr &restoredProject) const;
bool hasProductFileChanged(const QList<ResolvedProductPtr> &restoredProducts,
const FileTime &referenceTime,