aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productbuilddata.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-01-16 14:27:36 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-16 15:03:59 +0100
commit576e79c024fe697dd923947484a92e26385e7679 (patch)
tree3795888c69734c41bd6700515b3b4723e8a9639e /src/lib/corelib/buildgraph/productbuilddata.h
parentb01663e6fc3d3df62951ad54d29668a0a06f307e (diff)
rename ArtifactList to ArtifactSet
Now the name reflects reality. Change-Id: I3997b99de86819c973434240103d25d6915d838b Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/productbuilddata.h')
-rw-r--r--src/lib/corelib/buildgraph/productbuilddata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/productbuilddata.h b/src/lib/corelib/buildgraph/productbuilddata.h
index 15c8cc78f..1e4b4402e 100644
--- a/src/lib/corelib/buildgraph/productbuilddata.h
+++ b/src/lib/corelib/buildgraph/productbuilddata.h
@@ -29,7 +29,7 @@
#ifndef QBS_PRODUCTBUILDDATA_H
#define QBS_PRODUCTBUILDDATA_H
-#include "artifactlist.h"
+#include "artifactset.h"
#include <language/forward_decls.h>
#include <tools/persistentobject.h>
@@ -47,7 +47,7 @@ public:
~ProductBuildData();
QSet<Artifact *> targetArtifacts;
- ArtifactList artifacts;
+ ArtifactSet artifacts;
QList<RuleConstPtr> topSortedRules;
// Do not store, initialized in executor. Higher prioritized artifacts are built first.