summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildconfiguration.cpp
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-05-03 17:05:38 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-05-03 17:32:43 +0200
commit1ee7205a82356ae769e41d9db9c960043bba5c58 (patch)
treea9a7e8ff36dc86a15dc1d900015d45b1ac11d722 /src/plugins/projectexplorer/buildconfiguration.cpp
parent36500c212d1a21b0e3d235d368a2787ae807dc98 (diff)
downloadqt-creator-1ee7205a82356ae769e41d9db9c960043bba5c58.tar.gz
Cleanup more TODOs in ProjectExplorer
Those are just comments on the code, nothing to do. Change-Id: I1daaa26eafd3d5f4da1d4be3eede9996ea87248f Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildconfiguration.cpp')
-rw-r--r--src/plugins/projectexplorer/buildconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildconfiguration.cpp b/src/plugins/projectexplorer/buildconfiguration.cpp
index e40eff6225..df9561db06 100644
--- a/src/plugins/projectexplorer/buildconfiguration.cpp
+++ b/src/plugins/projectexplorer/buildconfiguration.cpp
@@ -199,7 +199,7 @@ bool BuildConfiguration::fromMap(const QVariantMap &map)
setToolChain(ToolChainManager::instance()->findToolChain(id)); // Do not validate the tool chain as
// the BC is not completely set up yet!
- // TODO: We currently assume there to be at least a clean and build list!
+ // We currently assume there to be at least a clean and build list!
QTC_CHECK(knownStepLists().contains(Core::Id(ProjectExplorer::Constants::BUILDSTEPS_BUILD)));
QTC_CHECK(knownStepLists().contains(Core::Id(ProjectExplorer::Constants::BUILDSTEPS_CLEAN)));