From 345a8b20178bfb573eee0d66a5cc0a9e46a5b60a Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 7 Nov 2021 20:35:29 +0000 Subject: [PATCH] Included new tool button icons for highlighting stack memory and focussed regions, in compiled resource manifest --- src/resources.qrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resources.qrc b/src/resources.qrc index cb0321a3..b0e2eacd 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -51,5 +51,9 @@ ./Insight/UserInterfaces/InsightWindow/Widgets/ErrorDialogue/Images/icon.svg ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/memory-inspection-icon.svg ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/memory-inspection-disabled-icon.svg + ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-stack-memory.svg + ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-stack-memory-disabled.svg + ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-focused-memory.svg + ./Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-focused-memory-disabled.svg