Mercurial > hg > svgui
diff widgets/PropertyStack.h @ 728:596414d20ef0 tonioni
Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well.
author | Chris Cannam |
---|---|
date | Tue, 04 Mar 2014 15:28:32 +0000 |
parents | 6b023411087b |
children | 05d614f6e46d |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Mon Feb 24 17:04:48 2014 -0500 +++ b/widgets/PropertyStack.h Tue Mar 04 15:28:32 2014 +0000 @@ -31,6 +31,7 @@ public: PropertyStack(QWidget *parent, View *client); + virtual ~PropertyStack(); View *getClient() { return m_client; } bool containsContainer(PropertyContainer *container) const;