# HG changeset patch # User Chris Cannam # Date 1567614681 -3600 # Node ID 76b388d4d19c8ccc19c46c1541f3e25863bcfbfa # Parent 175770a1349518be64ea70e9929707c2e10da26e Indentation diff -r 175770a13495 -r 76b388d4d19c widgets/PropertyBox.cpp --- a/widgets/PropertyBox.cpp Thu Aug 15 18:18:22 2019 +0100 +++ b/widgets/PropertyBox.cpp Wed Sep 04 17:31:21 2019 +0100 @@ -639,7 +639,8 @@ QString name = obj->objectName(); #ifdef DEBUG_PROPERTY_BOX - SVDEBUG << "PropertyBox::propertyControllerChanged(" << name << ", " << value << ")" << endl; + SVDEBUG << "PropertyBox::propertyControllerChanged(" << name + << ", " << value << ")" << endl; #endif PropertyContainer::PropertyType type = m_container->getPropertyType(name);