forked from qt-creator/qt-creator
Whitespace
This commit is contained in:
@@ -264,12 +264,12 @@ bool QmlPropertyChangesObject::hasActionForProperty(const QString &propertyName)
|
|||||||
actionIterator != m_qmlActionList.end();
|
actionIterator != m_qmlActionList.end();
|
||||||
++actionIterator) {
|
++actionIterator) {
|
||||||
QDeclarativeAction &qmlAction = *actionIterator;
|
QDeclarativeAction &qmlAction = *actionIterator;
|
||||||
if (qmlAction.specifiedProperty == propertyName) {
|
if (qmlAction.specifiedProperty == propertyName) {
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDeclarativeAction &QmlPropertyChangesObject::qmlActionForProperty(const QString &propertyName) const
|
QDeclarativeAction &QmlPropertyChangesObject::qmlActionForProperty(const QString &propertyName) const
|
||||||
|
Reference in New Issue
Block a user