Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 1498:76b388d4d19c
Indentation
author | Chris Cannam |
---|---|
date | Wed, 04 Sep 2019 17:31:21 +0100 |
parents | 232262e38051 |
children | 284a38c43721 |
line wrap: on
line diff
--- 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);