Whitespace

This commit is contained in:
Marco Bubke
2010-04-20 14:39:49 +02:00
committed by Kai Koehne
parent 212afcfa92
commit 4c1646ac75

View File

@@ -264,12 +264,12 @@ bool QmlPropertyChangesObject::hasActionForProperty(const QString &propertyName)
actionIterator != m_qmlActionList.end();
++actionIterator) {
QDeclarativeAction &qmlAction = *actionIterator;
if (qmlAction.specifiedProperty == propertyName) {
return true;
if (qmlAction.specifiedProperty == propertyName) {
return true;
}
}
}
return false;
return false;
}
QDeclarativeAction &QmlPropertyChangesObject::qmlActionForProperty(const QString &propertyName) const