aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackhandler.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2009-04-08 11:37:57 +0200
committerhjk <[email protected]>2009-04-08 16:05:49 +0200
commit7a77f8375938212ac228b03845cbdc55a65066d5 (patch)
tree598e3667272ce9fb541f10a7fbfc0ce960e42ad9 /src/plugins/debugger/stackhandler.h
parent1fd6aa1ac15abdadb91ee3e9e9cac9578efdb45c (diff)
debugger: stack view cosmetics
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r--src/plugins/debugger/stackhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h
index 920436deef2..ba88b15b447 100644
--- a/src/plugins/debugger/stackhandler.h
+++ b/src/plugins/debugger/stackhandler.h
@@ -86,8 +86,8 @@ private:
QList<StackFrame> m_stackFrames;
int m_currentIndex;
- QIcon m_positionIcon;
- QIcon m_emptyIcon;
+ const QVariant m_positionIcon;
+ const QVariant m_emptyIcon;
bool m_canExpand;
};