Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 683:692a8b9804fe
Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 14:11:04 +0000 |
parents | 1a0dfcbffaf1 |
children | 97ea68f62c1f 461a600ff26d 25b3d5802e6e |
comparison
equal
deleted
inserted
replaced
682:1a0dfcbffaf1 | 683:692a8b9804fe |
---|---|
273 QString propertyLabel = m_container->getPropertyLabel(name); | 273 QString propertyLabel = m_container->getPropertyLabel(name); |
274 QString iconName = m_container->getPropertyIconName(name); | 274 QString iconName = m_container->getPropertyIconName(name); |
275 | 275 |
276 #ifdef DEBUG_PROPERTY_BOX | 276 #ifdef DEBUG_PROPERTY_BOX |
277 cerr << "PropertyBox[" << this | 277 cerr << "PropertyBox[" << this |
278 << "(\"" << m_container->getPropertyContainerName().toStdString() | 278 << "(\"" << m_container->getPropertyContainerName() |
279 << "\")]"; | 279 << "\")]"; |
280 cerr << "::updatePropertyEditor(\"" << name << "\"):"; | 280 cerr << "::updatePropertyEditor(\"" << name << "\"):"; |
281 cerr << " value " << value << ", have " << have << ", group \"" | 281 cerr << " value " << value << ", have " << have << ", group \"" |
282 << groupName << "\"" << endl; | 282 << groupName << "\"" << endl; |
283 #endif | 283 #endif |