forked from qt-creator/qt-creator
CMake: Remove pointless comment
This was implemented aeons ago. Change-Id: I4bfe5c6c5734c4267715c237810996bb0a65ad92 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -340,7 +340,6 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
|
|||||||
m_buildTargetsList->setMinimumHeight(200);
|
m_buildTargetsList->setMinimumHeight(200);
|
||||||
fl->addRow(tr("Targets:"), m_buildTargetsList);
|
fl->addRow(tr("Targets:"), m_buildTargetsList);
|
||||||
|
|
||||||
// TODO update this list also on rescans of the CMakeLists.txt
|
|
||||||
CMakeProject *pro = static_cast<CMakeProject *>(m_makeStep->project());
|
CMakeProject *pro = static_cast<CMakeProject *>(m_makeStep->project());
|
||||||
QStringList targetList = pro->buildTargetTitles();
|
QStringList targetList = pro->buildTargetTitles();
|
||||||
targetList.sort();
|
targetList.sort();
|
||||||
|
Reference in New Issue
Block a user