forked from qt-creator/qt-creator
White space fix
Change-Id: Id5c5af2ae6821e4d84895cbcdcea4c6fec2973eb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1003,7 +1003,7 @@ ValuesChangedCommand NodeInstanceServer::createValuesChangedCommand(const QVecto
|
||||
const QString propertyName = property.second;
|
||||
const ServerNodeInstance instance = property.first;
|
||||
|
||||
if ( instance.isValid()) {
|
||||
if (instance.isValid()) {
|
||||
QVariant propertyValue = instance.property(propertyName);
|
||||
if (QMetaType::isRegistered(propertyValue.userType()) && supportedVariantType(propertyValue.type())) {
|
||||
valueVector.append(PropertyValueContainer(instance.instanceId(), propertyName, propertyValue, QString()));
|
||||
|
||||
Reference in New Issue
Block a user