aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulesapplicator.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-04 14:17:38 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-02-17 11:00:58 +0100
commitf25ef1b86755be284d89ad86212f62b0bc7a80ed (patch)
tree0df0ea31448081652ae925f690566d4c28195920 /src/lib/corelib/buildgraph/rulesapplicator.cpp
parent69a0eb040cf99dcfb3cca2fc00d87a9388e49f63 (diff)
Condense executor code.
Remove unused function and merge functions that were (nearly) doing the same thing. Change-Id: I33276068d5595456832ed44a0ff2d5705a87165a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/rulesapplicator.cpp')
-rw-r--r--src/lib/corelib/buildgraph/rulesapplicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/rulesapplicator.cpp b/src/lib/corelib/buildgraph/rulesapplicator.cpp
index 43c4efb45..e297ef23d 100644
--- a/src/lib/corelib/buildgraph/rulesapplicator.cpp
+++ b/src/lib/corelib/buildgraph/rulesapplicator.cpp
@@ -64,7 +64,7 @@ RulesApplicator::~RulesApplicator()
delete m_mocScanner;
}
-QVector<BuildGraphNode *> RulesApplicator::applyRuleInEvaluationContext(const RuleConstPtr &rule)
+NodeSet RulesApplicator::applyRuleInEvaluationContext(const RuleConstPtr &rule)
{
m_createdArtifacts.clear();
RulesEvaluationContext::Scope s(m_product->topLevelProject()->buildData->evaluationContext.data());