diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-10 23:57:00 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-11 02:41:57 (GMT) |
commit | b6d9979d7703ffb413f6b2d9fe5eb9b8d6b76b11 (patch) | |
tree | c872c27f364dd0b18d7553dd88dd4035e86e58f8 /src/declarative/util/qdeclarativeutilmodule.cpp | |
parent | 1c76ce32af211250935db7af8fa6f6e3e8afd01c (diff) | |
download | Qt-b6d9979d7703ffb413f6b2d9fe5eb9b8d6b76b11.zip Qt-b6d9979d7703ffb413f6b2d9fe5eb9b8d6b76b11.tar.gz Qt-b6d9979d7703ffb413f6b2d9fe5eb9b8d6b76b11.tar.bz2 |
Add AnchorAnimation for animating AnchorChanges.
Task-number: QT-2825
Diffstat (limited to 'src/declarative/util/qdeclarativeutilmodule.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativeutilmodule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativeutilmodule.cpp b/src/declarative/util/qdeclarativeutilmodule.cpp index 9c3b0aa..4d4678a 100644 --- a/src/declarative/util/qdeclarativeutilmodule.cpp +++ b/src/declarative/util/qdeclarativeutilmodule.cpp @@ -75,6 +75,7 @@ void QDeclarativeUtilModule::defineModule() { + qmlRegisterType<QDeclarativeAnchorAnimation>("Qt",4,6,"AnchorAnimation"); qmlRegisterType<QDeclarativeAnchorChanges>("Qt",4,6,"AnchorChanges"); qmlRegisterType<QDeclarativeBehavior>("Qt",4,6,"Behavior"); qmlRegisterType<QDeclarativeBind>("Qt",4,6,"Binding"); |