aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2020-06-21 13:20:13 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2020-06-22 07:12:07 +0000
commit3eaf52256a3783fabd8f8b523ac976e7bb5a4fe6 (patch)
tree003b0d7f92f9c74d71ea171787257a1b0de6d938 /src/plugins/projectexplorer
parent736e6eada024fc56546407c725dbed3e9247ba62 (diff)
Icons cleanup: Remove unused icons and deduplicate identical pngs
Accordingly Adjust the svg element Ids to new png locations in the source tree. Change-Id: I717dd7165c571e69322a1cce8d609f49c6bc75bc Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer')
-rw-r--r--src/plugins/projectexplorer/projectexplorericons.cpp2
-rw-r--r--src/plugins/projectexplorer/projectexplorericons.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorericons.cpp b/src/plugins/projectexplorer/projectexplorericons.cpp
index 883739dca0..dbc92be002 100644
--- a/src/plugins/projectexplorer/projectexplorericons.cpp
+++ b/src/plugins/projectexplorer/projectexplorericons.cpp
@@ -64,6 +64,8 @@ const Icon DEVICE_DISCONNECTED_INDICATOR({
{":/utils/images/filledcircle.png", Theme::IconsStopColor}}, Icon::Tint);
const Icon DEVICE_DISCONNECTED_INDICATOR_OVERLAY({
{":/projectexplorer/images/devicestatusindicator.png", Theme::IconsStopToolBarColor}});
+const Icon WIZARD_IMPORT_AS_PROJECT(
+ ":/projectexplorer/images/importasproject.png");
const Icon DEBUG_START_FLAT({
{":/projectexplorer/images/run_mask.png", Theme::IconsRunToolBarColor},
diff --git a/src/plugins/projectexplorer/projectexplorericons.h b/src/plugins/projectexplorer/projectexplorericons.h
index 9776e74c0f..56969e962d 100644
--- a/src/plugins/projectexplorer/projectexplorericons.h
+++ b/src/plugins/projectexplorer/projectexplorericons.h
@@ -47,6 +47,7 @@ PROJECTEXPLORER_EXPORT extern const Utils::Icon DEVICE_CONNECTED_INDICATOR;
PROJECTEXPLORER_EXPORT extern const Utils::Icon DEVICE_CONNECTED_INDICATOR_OVERLAY;
PROJECTEXPLORER_EXPORT extern const Utils::Icon DEVICE_DISCONNECTED_INDICATOR;
PROJECTEXPLORER_EXPORT extern const Utils::Icon DEVICE_DISCONNECTED_INDICATOR_OVERLAY;
+PROJECTEXPLORER_EXPORT extern const Utils::Icon WIZARD_IMPORT_AS_PROJECT;
PROJECTEXPLORER_EXPORT extern const Utils::Icon DEBUG_START_FLAT;
PROJECTEXPLORER_EXPORT extern const Utils::Icon DEBUG_START_SMALL;