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:
@@ -111,9 +111,9 @@ namespace Internal {
|
||||
const char INSTALL_HANDLER[] = "TextEditor.FakeVimHandler";
|
||||
const char SETTINGS_CATEGORY[] = "D.FakeVim";
|
||||
const char SETTINGS_CATEGORY_FAKEVIM_ICON[] = ":/fakevim/images/category_fakevim.png";
|
||||
const char SETTINGS_ID[] = "A.General";
|
||||
const char SETTINGS_EX_CMDS_ID[] = "B.ExCommands";
|
||||
const char SETTINGS_USER_CMDS_ID[] = "C.UserCommands";
|
||||
const char SETTINGS_ID[] = "A.FakeVim.General";
|
||||
const char SETTINGS_EX_CMDS_ID[] = "B.FakeVim.ExCommands";
|
||||
const char SETTINGS_USER_CMDS_ID[] = "C.FakeVim.UserCommands";
|
||||
typedef QLatin1String _;
|
||||
|
||||
class MiniBuffer : public QStackedWidget
|
||||
|
||||
Reference in New Issue
Block a user