forked from qt-creator/qt-creator
Options: Sort by category, id.
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
This commit is contained in:
@@ -71,7 +71,7 @@ DisplaySettingsPage::~DisplaySettingsPage()
|
||||
|
||||
QString DisplaySettingsPage::id() const
|
||||
{
|
||||
return m_d->m_parameters.name;
|
||||
return m_d->m_parameters.id;
|
||||
}
|
||||
|
||||
QString DisplaySettingsPage::trName() const
|
||||
|
||||
Reference in New Issue
Block a user