forked from qt-creator/qt-creator
ProjectExplorer: Remove unused code
Change-Id: Id8fdb51412717e2123acedc0c15969d3220e9b4e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -167,11 +167,6 @@ void BuildSettingsWidget::clearWidgets()
|
||||
m_labels.clear();
|
||||
}
|
||||
|
||||
QList<NamedWidget *> BuildSettingsWidget::subWidgets() const
|
||||
{
|
||||
return m_subWidgets;
|
||||
}
|
||||
|
||||
void BuildSettingsWidget::updateAddButtonMenu()
|
||||
{
|
||||
m_addButtonMenu->clear();
|
||||
|
||||
@@ -52,7 +52,6 @@ public:
|
||||
|
||||
void clearWidgets();
|
||||
void addSubWidget(NamedWidget *widget);
|
||||
QList<NamedWidget *> subWidgets() const;
|
||||
|
||||
private:
|
||||
void updateBuildSettings();
|
||||
|
||||
Reference in New Issue
Block a user