Mercurial > hg > svgui
diff widgets/PropertyStack.h @ 729:25b3d5802e6e
Fix failure to delete property stack when pane is deleted (sometimes)
author | Chris Cannam |
---|---|
date | Tue, 04 Mar 2014 15:32:28 +0000 |
parents | 6b023411087b |
children | 05d614f6e46d |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Thu Feb 06 18:34:43 2014 +0000 +++ b/widgets/PropertyStack.h Tue Mar 04 15:32:28 2014 +0000 @@ -31,6 +31,7 @@ public: PropertyStack(QWidget *parent, View *client); + virtual ~PropertyStack(); View *getClient() { return m_client; } bool containsContainer(PropertyContainer *container) const;