forked from qt-creator/qt-creator
Bazaar: Add Optionspage category information again
Amends 4f5287d30f
.
Change-Id: I6c119bffcfd4891a5a2710c08f17d1b5ca0179b3
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -89,6 +89,7 @@ OptionsPage::OptionsPage(Core::IVersionControl *control, QObject *parent) :
|
||||
setId(VcsBase::Constants::VCS_ID_BAZAAR);
|
||||
setDisplayName(OptionsPageWidget::tr("Bazaar"));
|
||||
setWidgetCreator([control] { return new OptionsPageWidget(control); });
|
||||
setCategory(Constants::VCS_SETTINGS_CATEGORY);
|
||||
}
|
||||
|
||||
} // Internal
|
||||
|
Reference in New Issue
Block a user