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:
@@ -318,7 +318,7 @@ FontSettingsPage::FontSettingsPage(const FormatDescriptions &fd,
|
||||
const QString &id,
|
||||
QObject *parent) :
|
||||
TextEditorOptionsPage(parent),
|
||||
d_ptr(new FontSettingsPagePrivate(fd, id, tr("Font && Colors"), category()))
|
||||
d_ptr(new FontSettingsPagePrivate(fd, id, tr("Font && Colors"), category().toString()))
|
||||
{
|
||||
setId(d_ptr->m_id);
|
||||
setDisplayName(d_ptr->m_displayName);
|
||||
|
||||
Reference in New Issue
Block a user