aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainoptionspage.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-09-15 16:40:31 +0200
committerhjk <hjk@qt.io>2018-01-24 16:35:39 +0000
commit5afab6f018e0ad154c00ac78d61a0a1d5ce8edb0 (patch)
tree682d6487320739aae13ad7e5038a3232f31781d2 /src/plugins/projectexplorer/toolchainoptionspage.cpp
parent1963122dcdcd9eddc23ab4dc6a190c94dbec0c80 (diff)
ProjectExplorer: Create and populate 'Kits' settings category
Kits are a central concept and structure in anything build and run related in Creator, their organization is crucial for the functionality of Creator and deserve to be emphasized over other, often more cosmetic settings. This is the first step of two, the second step would be moving the Device (list) page also in this category, possibly after some reorganization in the Device category. Change-Id: I4abc89472d0575c691fc9e5051397833126e5456 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/toolchainoptionspage.cpp')
-rw-r--r--src/plugins/projectexplorer/toolchainoptionspage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/toolchainoptionspage.cpp b/src/plugins/projectexplorer/toolchainoptionspage.cpp
index 8cfd23655e..b3ca52bdd6 100644
--- a/src/plugins/projectexplorer/toolchainoptionspage.cpp
+++ b/src/plugins/projectexplorer/toolchainoptionspage.cpp
@@ -432,10 +432,10 @@ ToolChainOptionsPage::ToolChainOptionsPage()
{
setId(Constants::TOOLCHAIN_SETTINGS_PAGE_ID);
setDisplayName(tr("Compilers"));
- setCategory(Constants::PROJECTEXPLORER_SETTINGS_CATEGORY);
+ setCategory(Constants::KITS_SETTINGS_CATEGORY);
setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
- Constants::PROJECTEXPLORER_SETTINGS_TR_CATEGORY));
- setCategoryIcon(Utils::Icon(Constants::PROJECTEXPLORER_SETTINGS_CATEGORY_ICON));
+ Constants::KITS_SETTINGS_TR_CATEGORY));
+ setCategoryIcon(Utils::Icon(Constants::KITS_SETTINGS_CATEGORY_ICON));
}
QWidget *ToolChainOptionsPage::widget()