aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/coreicons.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-10-05 14:16:42 +0200
committerEike Ziller <eike.ziller@qt.io>2021-10-22 11:13:10 +0000
commitb2cdfccf54e1fe711203a6b470107a7811a952c5 (patch)
tree191f9873e7301dfaec1c2c78fb6a6273f6d291f1 /src/plugins/coreplugin/coreicons.cpp
parent348c3c98a0ccd38d3a0a83e6c38170ce00517850 (diff)
Make File System view independent from ProjectExplorer
As preparation for moving it to Core so the "Show in File System View" functionality can spread more. Change-Id: I0f7d36f1d7eebe7b074c7949dd95b2cd985bfec8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/coreicons.cpp')
-rw-r--r--src/plugins/coreplugin/coreicons.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/coreicons.cpp b/src/plugins/coreplugin/coreicons.cpp
index 1f10b74bdf5..fd3901f2971 100644
--- a/src/plugins/coreplugin/coreicons.cpp
+++ b/src/plugins/coreplugin/coreicons.cpp
@@ -54,5 +54,9 @@ const Icon MODE_DESIGN_FLAT({
const Icon MODE_DESIGN_FLAT_ACTIVE({
{":/fancyactionbar/images/mode_design_mask.png", Theme::IconsModeDesignActiveColor}});
+const Icon DESKTOP_DEVICE_SMALL({{":/utils/images/desktopdevicesmall.png",
+ Theme::PanelTextColorDark}},
+ Icon::Tint);
+
} // namespace Icons
} // namespace Core