From 2a104dcfe7329cb264a27b154ab122b51efad10d Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 27 Jun 2016 14:38:36 +0200 Subject: 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 --- src/plugins/debugger/stackhandler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/debugger/stackhandler.h') 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; -- cgit v1.2.1