forked from qt-creator/qt-creator
Use Core::Id for IOptionPage::category
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -44,7 +44,7 @@ DocSettingsPage::DocSettingsPage()
|
||||
{
|
||||
setId(QLatin1String("B.Documentation"));
|
||||
setDisplayName(tr("Documentation"));
|
||||
setCategory(QLatin1String(Help::Constants::HELP_CATEGORY));
|
||||
setCategory(Help::Constants::HELP_CATEGORY);
|
||||
setDisplayCategory(QCoreApplication::translate("Help", Help::Constants::HELP_TR_CATEGORY));
|
||||
setCategoryIcon(QLatin1String(Help::Constants::HELP_CATEGORY_ICON));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user