Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
725:c27a3604fe6f | 729:25b3d5802e6e |
---|---|
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 |