debugger: stack view cosmetics

This commit is contained in:
hjk
2009-04-08 11:37:57 +02:00
parent 1fd6aa1ac1
commit 7a77f83759
2 changed files with 17 additions and 14 deletions

View File

@@ -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;
};