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:
@@ -223,6 +223,9 @@ const char * const ICON_TOGGLE_SIDEBAR = ":/core/images/sidebaricon.png";
|
||||
const char * const WIZARD_CATEGORY_QT = "M.Qt";
|
||||
const char * const WIZARD_TR_CATEGORY_QT = QT_TRANSLATE_NOOP("Core", "Qt");
|
||||
|
||||
const char * const SETTINGS_CATEGORY_CORE = "A.Core";
|
||||
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace Core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user