forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user