aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/rulenode.h')
-rw-r--r--src/lib/corelib/buildgraph/rulenode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/corelib/buildgraph/rulenode.h b/src/lib/corelib/buildgraph/rulenode.h
index b4f17a405..abf0a8e59 100644
--- a/src/lib/corelib/buildgraph/rulenode.h
+++ b/src/lib/corelib/buildgraph/rulenode.h
@@ -34,8 +34,6 @@
#include "buildgraphnode.h"
#include <language/forward_decls.h>
-#include <QVector>
-
namespace qbs {
namespace Internal {
@@ -57,7 +55,7 @@ public:
struct ApplicationResult
{
bool upToDate;
- QVector<BuildGraphNode *> createdNodes;
+ NodeSet createdNodes;
};
void apply(const Logger &logger, const ArtifactSet &changedInputs, ApplicationResult *result);