diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2019-01-08 17:47:17 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2019-01-09 09:05:26 +0000 |
commit | 170b2e46387f1c5d3bb9e21d402f6b935b3fac2d (patch) | |
tree | c77270087df7fa1129f421f3ed87cf3c9f4cadd7 /src | |
parent | a7435ae7852aff8c9d60da7740b7b66a997c8d50 (diff) | |
download | qt-creator-170b2e46387f1c5d3bb9e21d402f6b935b3fac2d.tar.gz |
Make the device settings page the first one in its category
The move to the Kits settings envisioned in 5afab6f018 never happened,
which left the Device settings page awkwardly placed in the middle of
its own category, rather than being the first (and default) widget
there.
Change-Id: Ia5a8c7d7ee67397f9f51810f0b62f5883a2314b5
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/projectexplorer/projectexplorerconstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h index de81a42833..a8964405d8 100644 --- a/src/plugins/projectexplorer/projectexplorerconstants.h +++ b/src/plugins/projectexplorer/projectexplorerconstants.h @@ -106,7 +106,6 @@ const char KITS_SETTINGS_CATEGORY[] = "A.Kits"; // Kits pages const char KITS_SETTINGS_PAGE_ID[] = "D.ProjectExplorer.KitsOptions"; -const char DEVICE_SETTINGS_PAGE_ID[] = "E.ProjectExplorer.DeviceOptions"; const char SSH_SETTINGS_PAGE_ID[] = "F.ProjectExplorer.SshOptions"; const char TOOLCHAIN_SETTINGS_PAGE_ID[] = "M.ProjectExplorer.ToolChainOptions"; const char DEBUGGER_SETTINGS_PAGE_ID[] = "N.ProjectExplorer.DebuggerOptions"; @@ -119,6 +118,7 @@ const char BUILD_AND_RUN_SETTINGS_PAGE_ID[] = "A.ProjectExplorer.BuildAndRunOpti // Device settings page const char DEVICE_SETTINGS_CATEGORY[] = "XW.Devices"; +const char DEVICE_SETTINGS_PAGE_ID[] = "AA.Device Settings"; // Task categories const char TASK_CATEGORY_COMPILE[] = "Task.Category.Compile"; |