forked from qt-creator/qt-creator
CMakeProjectManager: Remove outdated todos
Most of them are done, or are not really todos but just notes on the code. Change-Id: Idc4836844ee7bc1444e1251f97118bd9103a6019 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -816,7 +816,6 @@ CMakeBuildSettingsWidget::CMakeBuildSettingsWidget(CMakeTarget *target)
|
||||
fl->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
|
||||
setLayout(fl);
|
||||
|
||||
// TODO add action to Build menu?
|
||||
QPushButton *runCmakeButton = new QPushButton(tr("Run cmake"));
|
||||
connect(runCmakeButton, SIGNAL(clicked()),
|
||||
this, SLOT(runCMake()));
|
||||
|
Reference in New Issue
Block a user