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:
Daniel Teske
2014-04-22 15:00:11 +02:00
parent 5ef6b25612
commit 5976151f22
4 changed files with 0 additions and 15 deletions

View File

@@ -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();