diff 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
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Tue Nov 26 14:06:40 2013 +0000
+++ b/widgets/PropertyBox.cpp	Tue Nov 26 14:11:04 2013 +0000
@@ -275,7 +275,7 @@
 
 #ifdef DEBUG_PROPERTY_BOX
     cerr << "PropertyBox[" << this
-	      << "(\"" << m_container->getPropertyContainerName().toStdString()
+	      << "(\"" << m_container->getPropertyContainerName()
 	      << "\")]";
     cerr << "::updatePropertyEditor(\"" << name << "\"):";
     cerr << " value " << value << ", have " << have << ", group \""