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:
@@ -38,7 +38,7 @@ using namespace TextEditor;
|
||||
TextEditorOptionsPage::TextEditorOptionsPage(QObject *parent) :
|
||||
Core::IOptionsPage(parent)
|
||||
{
|
||||
setCategory(QLatin1String(Constants::TEXT_EDITOR_SETTINGS_CATEGORY));
|
||||
setCategory(Constants::TEXT_EDITOR_SETTINGS_CATEGORY);
|
||||
setDisplayCategory(QCoreApplication::translate("TextEditor", Constants::TEXT_EDITOR_SETTINGS_TR_CATEGORY));
|
||||
setCategoryIcon(QLatin1String(Constants::TEXT_EDITOR_SETTINGS_CATEGORY_ICON));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user