forked from qt-creator/qt-creator
ProjectWizard: Remove unused method hideProjectComboBox
Was never used, not even by the commit introducing this function. Change-Id: Ic6e68ebde71e981b59df63d2c283442ac17838a5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -86,12 +86,6 @@ void ProjectWizardPage::setAddingSubProject(bool addingSubProject)
|
||||
: tr("Add to &project:"));
|
||||
}
|
||||
|
||||
void ProjectWizardPage::setProjectComoBoxVisible(bool visible)
|
||||
{
|
||||
m_ui->projectComboBox->setVisible(visible);
|
||||
m_ui->projectLabel->setVisible(visible);
|
||||
}
|
||||
|
||||
int ProjectWizardPage::currentProjectIndex() const
|
||||
{
|
||||
return m_ui->projectComboBox->currentIndex();
|
||||
|
||||
Reference in New Issue
Block a user