Mercurial > hg > svgui
changeset 1498:76b388d4d19c
Indentation
author | Chris Cannam |
---|---|
date | Wed, 04 Sep 2019 17:31:21 +0100 |
parents | 175770a13495 |
children | e4c9d38d304d |
files | widgets/PropertyBox.cpp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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);