comparison widgets/PropertyStack.cpp @ 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 d1c0abfb11be
children 558c71a802d4
comparison
equal deleted inserted replaced
727:4eb741d63161 728:596414d20ef0
72 72
73 connect(this, SIGNAL(propertyContainerSelected(View *, PropertyContainer *)), 73 connect(this, SIGNAL(propertyContainerSelected(View *, PropertyContainer *)),
74 m_client, SLOT(propertyContainerSelected(View *, PropertyContainer *))); 74 m_client, SLOT(propertyContainerSelected(View *, PropertyContainer *)));
75 } 75 }
76 76
77 PropertyStack::~PropertyStack()
78 {
79 }
80
77 void 81 void
78 PropertyStack::repopulate() 82 PropertyStack::repopulate()
79 { 83 {
80 blockSignals(true); 84 blockSignals(true);
81 85