Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 585:f4960f8ce798 debug-output
Convert many cerrs to DEBUGs
author | Chris Cannam |
---|---|
date | Mon, 16 May 2011 17:19:25 +0100 |
parents | 2e8194a30f40 |
children | 4806715f7a19 |
comparison
equal
deleted
inserted
replaced
584:1fe7951a61e8 | 585:f4960f8ce798 |
---|---|
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 } |