forked from qt-creator/qt-creator
DiffEditor: Use unique action group id
Change-Id: I36e381518250b00cc8cbd9ac8630b2aa5c2fc631 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -40,7 +40,7 @@ const char SIDE_BY_SIDE_VIEW_ID[] = "DiffEditor.SideBySide";
|
||||
const char UNIFIED_VIEW_ID[] = "DiffEditor.Unified";
|
||||
const char SELECT_ENCODING[] = "DiffEditor.SelectEncoding";
|
||||
|
||||
const char G_TOOLS_DIFF[] = "QtCreator.Group.Tools.Options";
|
||||
const char G_TOOLS_DIFF[] = "QtCreator.Group.Tools.Diff";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace DiffEditor
|
||||
|
Reference in New Issue
Block a user