forked from qt-creator/qt-creator
ProjectExplorer: Make the Options/Kits Category icon themable
Change-Id: I70c3fffd11b217937d6a85e88da1de688031b8e0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectexplorericons.h>
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/asconst.h>
|
||||
@@ -603,7 +604,7 @@ DebuggerOptionsPage::DebuggerOptionsPage()
|
||||
setCategory(ProjectExplorer::Constants::KITS_SETTINGS_CATEGORY);
|
||||
setDisplayCategory(QCoreApplication::translate("ProjectExplorer",
|
||||
ProjectExplorer::Constants::KITS_SETTINGS_TR_CATEGORY));
|
||||
setCategoryIcon(Utils::Icon(ProjectExplorer::Constants::KITS_SETTINGS_CATEGORY_ICON));
|
||||
setCategoryIcon(ProjectExplorer::Icons::OPTIONS_CATEGORY_KITS);
|
||||
}
|
||||
|
||||
QWidget *DebuggerOptionsPage::widget()
|
||||
|
||||
Reference in New Issue
Block a user