Bazaar: Add Optionspage category information again

Amends 4f5287d30f.

Change-Id: I6c119bffcfd4891a5a2710c08f17d1b5ca0179b3
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-01-16 10:52:39 +01:00
parent a9a4fe1dd9
commit a5a5d774f3

View File

@@ -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