Mercurial > hg > svgui
diff widgets/PropertyStack.h @ 47:2e2ad8510e52
* Fix a crash in PortAudio output for mono data
* Don't construct a chromagram in TonalChangeDetect plugin ctor
* Update layer show/hide/dormancy for multi-view-capable layers -- the
dormancy concept doesn't really work with these constraints any more
author | Chris Cannam |
---|---|
date | Fri, 03 Mar 2006 17:52:21 +0000 |
parents | 46d8f5add6f0 |
children | f2fe98a7c57e |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Fri Mar 03 17:23:27 2006 +0000 +++ b/widgets/PropertyStack.h Fri Mar 03 17:52:21 2006 +0000 @@ -38,6 +38,8 @@ void propertyContainerPropertyChanged(PropertyContainer *); void propertyContainerNameChanged(PropertyContainer *); + void showLayer(bool); + protected slots: void selectedContainerChanged(int);