aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifactset.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-07-31 11:47:02 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-31 16:52:46 +0200
commit885e66e13c7b6eedbda4754989f5fb894ba37e44 (patch)
treeb4527290afc7e75c59262210681511ed48041c11 /src/lib/corelib/buildgraph/artifactset.h
parent2231d4966430caa4e1c0d56f0b2c6cd2533e7ba4 (diff)
add trace output for RuleNode::apply
Change-Id: Icbb514d6ec2b13f2660cf86003aea0c6bbd8e132 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/artifactset.h')
-rw-r--r--src/lib/corelib/buildgraph/artifactset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/artifactset.h b/src/lib/corelib/buildgraph/artifactset.h
index 696859649..5361d706f 100644
--- a/src/lib/corelib/buildgraph/artifactset.h
+++ b/src/lib/corelib/buildgraph/artifactset.h
@@ -31,6 +31,7 @@
#define QBS_ARTIFACTSET_H
#include <QSet>
+#include <QStringList>
namespace qbs {
namespace Internal {
@@ -46,6 +47,8 @@ public:
ArtifactSet(const QSet<Artifact *> &other);
ArtifactSet &unite(const ArtifactSet &other);
+ QStringList toStringList() const;
+ QString toString() const;
static ArtifactSet fromNodeSet(const NodeSet &nodes);
static ArtifactSet fromNodeList(const QList<Artifact *> &lst);