Clean up unused variable

Change-Id: I2f904feb9b50ce41f59f3877708b864f4db9600d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2014-05-02 18:01:57 +02:00
parent 4fd44c10c4
commit c672bdf9d0

View File

@@ -242,8 +242,6 @@ void NewDialog::setWizards(QList<IWizard*> wizards)
qStableSort(wizards.begin(), wizards.end(), wizardLessThan);
CategoryItemMap platformMap;
m_model->clear();
QStandardItem *parentItem = m_model->invisibleRootItem();