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:
@@ -33,6 +33,7 @@
|
||||
#include "mercurialsettings.h"
|
||||
|
||||
#include <vcsbase/checkoutjobs.h>
|
||||
#include <vcsbase/vcsbaseconstants.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
@@ -42,6 +43,7 @@ CloneWizard::CloneWizard(QObject *parent)
|
||||
: VCSBase::BaseCheckoutWizard(parent),
|
||||
m_icon(QIcon(QLatin1String(":/mercurial/images/hg.png")))
|
||||
{
|
||||
setId(QLatin1String(VCSBase::Constants::VCS_ID_MERCURIAL));
|
||||
}
|
||||
|
||||
QIcon CloneWizard::icon() const
|
||||
|
||||
Reference in New Issue
Block a user