Mercurial > hg > easaier-soundaccess
diff widgets/PropertyStack.h @ 51:8e5f9a9aa43f
add destructor (clean PropertyBox vector)
author | lbajardsilogic |
---|---|
date | Wed, 16 May 2007 11:34:30 +0000 |
parents | fc9323a41f5a |
children | 81921835ddf1 |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Wed May 16 11:32:57 2007 +0000 +++ b/widgets/PropertyStack.h Wed May 16 11:34:30 2007 +0000 @@ -31,6 +31,7 @@ public: PropertyStack(QWidget *parent, View *client); + virtual ~PropertyStack(); View *getClient() { return m_client; } bool containsContainer(PropertyContainer *container) const;