Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 587:4806715f7a19
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:27:05 +0100 |
parents | f4960f8ce798 |
children | d1c0abfb11be 25b3d5802e6e |
comparison
equal
deleted
inserted
replaced
586:1ae54a29e59e | 587:4806715f7a19 |
---|---|
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 DEBUG << "PropertyStack::repopulate" << endl; | 83 SVDEBUG << "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 } |