summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmltransition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmltransition.h')
-rw-r--r--src/declarative/util/qmltransition.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qmltransition.h b/src/declarative/util/qmltransition.h
index 39b35ba..b09341d 100644
--- a/src/declarative/util/qmltransition.h
+++ b/src/declarative/util/qmltransition.h
@@ -61,8 +61,8 @@ class Q_DECLARATIVE_EXPORT QmlTransition : public QObject
Q_OBJECT
Q_DECLARE_PRIVATE(QmlTransition)
- Q_PROPERTY(QString fromState READ fromState WRITE setFromState)
- Q_PROPERTY(QString toState READ toState WRITE setToState)
+ Q_PROPERTY(QString from READ fromState WRITE setFromState)
+ Q_PROPERTY(QString to READ toState WRITE setToState)
Q_PROPERTY(bool reversible READ reversible WRITE setReversible)
Q_PROPERTY(QmlList<QmlAbstractAnimation *>* animations READ animations)
Q_CLASSINFO("DefaultProperty", "animations")