aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productbuilddata.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-20 17:31:47 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-20 17:47:19 +0100
commita912fa1ebc75ea2472142fd52545a0953853db00 (patch)
tree52650997769911b369a478b49551fd40780e7afe /src/lib/corelib/buildgraph/productbuilddata.h
parent559fb802ea0688c3104cbfcd4146598c6ac95610 (diff)
Serialize information about rules with changed inputs.
This was simply missing. Also amend the "trackRemoveFile" autotest so that it catches such an omission. Change-Id: Ic3187bf17337cf792bb6ccfd324635d1a43f4d82 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/productbuilddata.h')
-rw-r--r--src/lib/corelib/buildgraph/productbuilddata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/productbuilddata.h b/src/lib/corelib/buildgraph/productbuilddata.h
index 10b4655be..8d1810b2b 100644
--- a/src/lib/corelib/buildgraph/productbuilddata.h
+++ b/src/lib/corelib/buildgraph/productbuilddata.h
@@ -66,7 +66,6 @@ public:
ArtifactSetByFileTag addedArtifactsByFileTag;
ArtifactSetByFileTag removedArtifactsByFileTag;
- // TODO: Serialize.
typedef QHash<RuleConstPtr, ArtifactSet> ArtifactSetByRule;
ArtifactSetByRule artifactsWithChangedInputsPerRule;