White space fix

Change-Id: Id5c5af2ae6821e4d84895cbcdcea4c6fec2973eb
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2012-09-24 17:01:59 +02:00
parent a0f17e00e4
commit b9bbadcc7a
@@ -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()));