Mercurial > hg > svgui
comparison view/View.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 | c3593bb2de6b |
children | 56ba2b03508e |
comparison
equal
deleted
inserted
replaced
727:4eb741d63161 | 728:596414d20ef0 |
---|---|
399 { | 399 { |
400 Q_OBJECT | 400 Q_OBJECT |
401 | 401 |
402 public: | 402 public: |
403 ViewPropertyContainer(View *v); | 403 ViewPropertyContainer(View *v); |
404 virtual ~ViewPropertyContainer(); | |
405 | |
404 PropertyList getProperties() const { return m_v->getProperties(); } | 406 PropertyList getProperties() const { return m_v->getProperties(); } |
405 QString getPropertyLabel(const PropertyName &n) const { | 407 QString getPropertyLabel(const PropertyName &n) const { |
406 return m_v->getPropertyLabel(n); | 408 return m_v->getPropertyLabel(n); |
407 } | 409 } |
408 PropertyType getPropertyType(const PropertyName &n) const { | 410 PropertyType getPropertyType(const PropertyName &n) const { |