forked from qt-creator/qt-creator
Wizards: Sort
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by: con <qtc-committer@nokia.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
explicit NewDialog(QWidget *parent);
|
||||
virtual ~NewDialog();
|
||||
|
||||
void setWizards(const QList<IWizard*> wizards);
|
||||
void setWizards(QList<IWizard*> wizards);
|
||||
|
||||
Core::IWizard *showDialog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user