diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-20 06:03:42 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-20 06:03:42 (GMT) |
commit | 25ee7ca64a1ba35810c026f602be31cbf9dd2d3f (patch) | |
tree | 21de3c2c3c142710244a2b12e86274914fdd940c /src/declarative/util/qmlstate.cpp | |
parent | a80154c9cdc43d3f1b9d0eb3e95b586dc18d8bc9 (diff) | |
download | Qt-25ee7ca64a1ba35810c026f602be31cbf9dd2d3f.zip Qt-25ee7ca64a1ba35810c026f602be31cbf9dd2d3f.tar.gz Qt-25ee7ca64a1ba35810c026f602be31cbf9dd2d3f.tar.bz2 |
Property changes after API review.
State:operations -> changes
Transition:operations -> animations
Diffstat (limited to 'src/declarative/util/qmlstate.cpp')
-rw-r--r-- | src/declarative/util/qmlstate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmlstate.cpp b/src/declarative/util/qmlstate.cpp index ce94aa8..e7149d5 100644 --- a/src/declarative/util/qmlstate.cpp +++ b/src/declarative/util/qmlstate.cpp @@ -227,7 +227,7 @@ void QmlState::setExtends(const QString &extends) } /*! - \qmlproperty list<StateOperation> State::operations + \qmlproperty list<Change> State::changes This property holds the changes to apply for this state \default @@ -235,7 +235,7 @@ void QmlState::setExtends(const QString &extends) extends another state, then the changes are applied against the state being extended. */ -QmlList<QmlStateOperation *> *QmlState::operations() +QmlList<QmlStateOperation *> *QmlState::changes() { Q_D(QmlState); return &d->operations; |