Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 1498:76b388d4d19c
Indentation
author | Chris Cannam |
---|---|
date | Wed, 04 Sep 2019 17:31:21 +0100 |
parents | 232262e38051 |
children | 284a38c43721 |
comparison
equal
deleted
inserted
replaced
1497:175770a13495 | 1498:76b388d4d19c |
---|---|
637 { | 637 { |
638 QObject *obj = sender(); | 638 QObject *obj = sender(); |
639 QString name = obj->objectName(); | 639 QString name = obj->objectName(); |
640 | 640 |
641 #ifdef DEBUG_PROPERTY_BOX | 641 #ifdef DEBUG_PROPERTY_BOX |
642 SVDEBUG << "PropertyBox::propertyControllerChanged(" << name << ", " << value << ")" << endl; | 642 SVDEBUG << "PropertyBox::propertyControllerChanged(" << name |
643 << ", " << value << ")" << endl; | |
643 #endif | 644 #endif |
644 | 645 |
645 PropertyContainer::PropertyType type = m_container->getPropertyType(name); | 646 PropertyContainer::PropertyType type = m_container->getPropertyType(name); |
646 | 647 |
647 Command *c = nullptr; | 648 Command *c = nullptr; |