forked from qt-creator/qt-creator
Preferences: Options pages need unique IDs
Since we are referring to them by ID without specifying the category in
addition.
This requirement was implicitly added by
592ffe7377
Task-number: QTCREATORBUG-14742
Change-Id: I7be539127b76de90c19b0282565d845fa42010ab
Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Constants {
|
||||
const char VCS_SETTINGS_CATEGORY[] = "V.Version Control";
|
||||
const char VCS_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("VcsBase", "Version Control");
|
||||
const char SETTINGS_CATEGORY_VCS_ICON[] = ":/vcsbase/images/category_vcs.png";
|
||||
const char VCS_COMMON_SETTINGS_ID[] = "A.Common";
|
||||
const char VCS_COMMON_SETTINGS_ID[] = "A.VCS.General";
|
||||
const char VCS_COMMON_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("VcsBase", "General");
|
||||
|
||||
// Ids for sort order (wizards and preferences)
|
||||
|
||||
Reference in New Issue
Block a user