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:
@@ -123,7 +123,7 @@ QuickToolBarSettingsPage::QuickToolBarSettingsPage() :
|
||||
{
|
||||
setId(QLatin1String("C.QmlToolbar"));
|
||||
setDisplayName(tr("Qt Quick ToolBar"));
|
||||
setCategory(QLatin1String(Constants::SETTINGS_CATEGORY_QML));
|
||||
setCategory(Constants::SETTINGS_CATEGORY_QML);
|
||||
setDisplayCategory(QCoreApplication::translate("QmlJSEditor",
|
||||
QmlJSEditor::Constants::SETTINGS_TR_CATEGORY_QML));
|
||||
setCategoryIcon(QLatin1String(QmlDesigner::Constants::SETTINGS_CATEGORY_QML_ICON));
|
||||
|
||||
Reference in New Issue
Block a user