comparison 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
comparison
equal deleted inserted replaced
727:4eb741d63161 728:596414d20ef0
29 { 29 {
30 Q_OBJECT 30 Q_OBJECT
31 31
32 public: 32 public:
33 PropertyStack(QWidget *parent, View *client); 33 PropertyStack(QWidget *parent, View *client);
34 virtual ~PropertyStack();
34 35
35 View *getClient() { return m_client; } 36 View *getClient() { return m_client; }
36 bool containsContainer(PropertyContainer *container) const; 37 bool containsContainer(PropertyContainer *container) const;
37 int getContainerIndex(PropertyContainer *container) const; 38 int getContainerIndex(PropertyContainer *container) const;
38 39