summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/stackhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-06-27 14:38:36 +0200
committerhjk <hjk@theqtcompany.com>2016-06-28 14:28:01 +0000
commit2a104dcfe7329cb264a27b154ab122b51efad10d (patch)
treedb90159923ba090a46ac841fea47849374f76dc2 /src/plugins/debugger/stackhandler.h
parent5199f84f60ed07d75bb071ba2d2de375adeefec7 (diff)
downloadqt-creator-2a104dcfe7329cb264a27b154ab122b51efad10d.tar.gz
Debugger: Consolidate icon storage handling
We settled now on global objects being fine for the purpose in Core and ProjectExplorer, so there's no point in using something more fancy in the debugger. Change-Id: I72e45f398c09d22894419c274dfbea77da0fc153 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r--src/plugins/debugger/stackhandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h
index cbc298bb04..6f88b1c3f2 100644
--- a/src/plugins/debugger/stackhandler.h
+++ b/src/plugins/debugger/stackhandler.h
@@ -88,8 +88,6 @@ private:
DebuggerEngine *m_engine;
StackFrames m_stackFrames;
int m_currentIndex;
- const QVariant m_positionIcon;
- const QVariant m_emptyIcon;
bool m_canExpand;
bool m_resetLocationScheduled;
bool m_contentsValid;