Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 249:e6d0b097d102 sv1-1.0rc1
* more compile warning fixes
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 14:06:45 +0000 |
parents | 21a5e4e7cb92 |
children | 3c402c6052f6 |
comparison
equal
deleted
inserted
replaced
248:28c8e8e3c537 | 249:e6d0b097d102 |
---|---|
499 | 499 |
500 blockSignals(false); | 500 blockSignals(false); |
501 } | 501 } |
502 | 502 |
503 void | 503 void |
504 PropertyBox::propertyContainerPropertyRangeChanged(PropertyContainer *pc) | 504 PropertyBox::propertyContainerPropertyRangeChanged(PropertyContainer *) |
505 { | 505 { |
506 blockSignals(true); | 506 blockSignals(true); |
507 | 507 |
508 PropertyContainer::PropertyList properties = m_container->getProperties(); | 508 PropertyContainer::PropertyList properties = m_container->getProperties(); |
509 for (size_t i = 0; i < properties.size(); ++i) { | 509 for (size_t i = 0; i < properties.size(); ++i) { |