Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 586:1ae54a29e59e
Merge from debug-output branch
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 14:48:29 +0100 |
parents | f4960f8ce798 |
children | 4806715f7a19 |
comparison
equal
deleted
inserted
replaced
583:4c484636d5ec | 586:1ae54a29e59e |
---|---|
78 PropertyStack::repopulate() | 78 PropertyStack::repopulate() |
79 { | 79 { |
80 blockSignals(true); | 80 blockSignals(true); |
81 | 81 |
82 #ifdef DEBUG_PROPERTY_STACK | 82 #ifdef DEBUG_PROPERTY_STACK |
83 std::cerr << "PropertyStack::repopulate" << std::endl; | 83 DEBUG << "PropertyStack::repopulate" << endl; |
84 #endif | 84 #endif |
85 | 85 |
86 while (count() > 0) { | 86 while (count() > 0) { |
87 removeTab(0); | 87 removeTab(0); |
88 } | 88 } |