comparison view/View.cpp @ 584:1fe7951a61e8 debug-output

Remove most toStdString calls (no longer needed, with debug header)
author Chris Cannam
date Thu, 12 May 2011 17:31:43 +0100
parents 4c484636d5ec
children f4960f8ce798
comparison
equal deleted inserted replaced
583:4c484636d5ec 584:1fe7951a61e8
1270 LayerList scrollables; 1270 LayerList scrollables;
1271 bool metUnscrollable = false; 1271 bool metUnscrollable = false;
1272 1272
1273 for (LayerList::const_iterator i = m_layers.begin(); i != m_layers.end(); ++i) { 1273 for (LayerList::const_iterator i = m_layers.begin(); i != m_layers.end(); ++i) {
1274 // std::cerr << "View::getScrollableBackLayers: calling isLayerDormant on layer " << *i << std::endl; 1274 // std::cerr << "View::getScrollableBackLayers: calling isLayerDormant on layer " << *i << std::endl;
1275 // std::cerr << "(name is " << (*i)->objectName().toStdString() << ")" 1275 // std::cerr << "(name is " << (*i)->objectName() << ")"
1276 // << std::endl; 1276 // << std::endl;
1277 // std::cerr << "View::getScrollableBackLayers: I am " << this << std::endl; 1277 // std::cerr << "View::getScrollableBackLayers: I am " << this << std::endl;
1278 if ((*i)->isLayerDormant(this)) continue; 1278 if ((*i)->isLayerDormant(this)) continue;
1279 if ((*i)->isLayerOpaque()) { 1279 if ((*i)->isLayerOpaque()) {
1280 // You can't see anything behind an opaque layer! 1280 // You can't see anything behind an opaque layer!