From 3eaf52256a3783fabd8f8b523ac976e7bb5a4fe6 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Sun, 21 Jun 2020 13:20:13 +0200 Subject: 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 --- src/plugins/projectexplorer/projectexplorericons.cpp | 2 ++ src/plugins/projectexplorer/projectexplorericons.h | 1 + 2 files changed, 3 insertions(+) (limited to 'src/plugins/projectexplorer') diff --git a/src/plugins/projectexplorer/projectexplorericons.cpp b/src/plugins/projectexplorer/projectexplorericons.cpp index 883739dca01..dbc92be002a 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 9776e74c0ff..56969e962d2 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; -- cgit v1.2.3