fix expansion state of "dummy" items in locals&watchers after frame changes

This commit is contained in:
hjk
2008-12-08 10:25:39 +01:00
parent 9bfb54f59a
commit 44cc9a2b40
5 changed files with 84 additions and 70 deletions

View File

@@ -85,7 +85,6 @@ private:
bool m_alwaysResizeColumnsToContents;
Type m_type;
bool m_blocked;
QSet<QString> m_expandedItems;
};