forked from qt-creator/qt-creator
Core: Remove unused local typedef
Change-Id: I3042d7e9c36d16e4f8735b7bd12a7e05480a1582 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
9d062c1fe1
commit
3000b3b956
@@ -238,8 +238,6 @@ bool wizardLessThan(const IWizard *w1, const IWizard *w2)
|
|||||||
|
|
||||||
void NewDialog::setWizards(QList<IWizard*> wizards)
|
void NewDialog::setWizards(QList<IWizard*> wizards)
|
||||||
{
|
{
|
||||||
typedef QMap<QString, QStandardItem *> CategoryItemMap;
|
|
||||||
|
|
||||||
qStableSort(wizards.begin(), wizards.end(), wizardLessThan);
|
qStableSort(wizards.begin(), wizards.end(), wizardLessThan);
|
||||||
|
|
||||||
m_model->clear();
|
m_model->clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user