summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlbehavior.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-05 05:59:12 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-05 05:59:12 (GMT)
commit254029b3ff6f14674c54c68443a5a53460e75426 (patch)
tree6ea44b07f9a127745da6801611e80c7a09231878 /src/declarative/util/qmlbehavior.cpp
parentd8398192d50ce9e664910ebdd42b7ada5eabaacb (diff)
downloadQt-254029b3ff6f14674c54c68443a5a53460e75426.zip
Qt-254029b3ff6f14674c54c68443a5a53460e75426.tar.gz
Qt-254029b3ff6f14674c54c68443a5a53460e75426.tar.bz2
Pass symbols::prefix (Action -> QmlAction)
Diffstat (limited to 'src/declarative/util/qmlbehavior.cpp')
-rw-r--r--src/declarative/util/qmlbehavior.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlbehavior.cpp b/src/declarative/util/qmlbehavior.cpp
index 9757fa2..b9c77f5 100644
--- a/src/declarative/util/qmlbehavior.cpp
+++ b/src/declarative/util/qmlbehavior.cpp
@@ -163,7 +163,7 @@ void QmlBehavior::write(const QVariant &value)
d->animation->qtAnimation()->stop();
QmlStateOperation::ActionList actions;
- Action action;
+ QmlAction action;
action.property = d->property;
action.fromValue = d->currentValue;
action.toValue = value;