aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraphloader.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-29 12:46:24 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-31 13:43:43 +0000
commit272df72436f91e502dcb898643c3999487c9883b (patch)
treebd9a067623f23d7ed8f24f878140548b23a70ead /src/lib/corelib/buildgraph/buildgraphloader.h
parent53fd74e4e4fc45070539583f93a7889e3e5e2180 (diff)
Move transformer change tracking to a dedicated set of files
We want to call it from a different context in a follow-up patch. No functional changes. Change-Id: I868a7e5eafc6e7b6cf6ac140b2199ef252d9af1f Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraphloader.h')
-rw-r--r--src/lib/corelib/buildgraph/buildgraphloader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraphloader.h b/src/lib/corelib/buildgraph/buildgraphloader.h
index db00c59f9..a37af78cb 100644
--- a/src/lib/corelib/buildgraph/buildgraphloader.h
+++ b/src/lib/corelib/buildgraph/buildgraphloader.h
@@ -111,7 +111,8 @@ private:
bool removeArtifactsFromDisk = true);
bool checkForPropertyChanges(const TransformerPtr &restoredTrafo,
const ResolvedProductPtr &freshProduct);
- bool checkForEnvChanges(const TransformerPtr &restoredTrafo);
+ bool checkForEnvChanges(const TransformerPtr &restoredTrafo,
+ const ResolvedProductPtr &freshProduct);
bool checkForPropertyChange(const Property &restoredProperty,
const QVariantMap &newProperties);
void replaceFileDependencyWithArtifact(const ResolvedProductPtr &fileDepProduct,