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:
@@ -106,6 +106,12 @@
|
||||
dialog.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QString IWizard::id() const
|
||||
Returns an arbitrary id that is used for sorting within the category.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn QString IWizard::category() const
|
||||
Returns a category ID to add the wizard to.
|
||||
|
||||
Reference in New Issue
Block a user