diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 05:17:37 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 05:17:37 (GMT) |
commit | fd2616977e5e03afa3be9b455bc0a6be19f9132f (patch) | |
tree | b71404860117132253b7e76832adf28748ca81cb /src/declarative/extra/qmlbehavior.cpp | |
parent | 12f4fc296578fb30ac1bf690b3eeba176b72205a (diff) | |
parent | 219e2fa7ace74d87fda4ed8c3a2a75005fab10b9 (diff) | |
download | Qt-fd2616977e5e03afa3be9b455bc0a6be19f9132f.zip Qt-fd2616977e5e03afa3be9b455bc0a6be19f9132f.tar.gz Qt-fd2616977e5e03afa3be9b455bc0a6be19f9132f.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/extra/qmlbehavior.cpp
src/declarative/extra/qmlbehavior.h
Diffstat (limited to 'src/declarative/extra/qmlbehavior.cpp')
-rw-r--r-- | src/declarative/extra/qmlbehavior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmlbehavior.cpp b/src/declarative/extra/qmlbehavior.cpp index b40024e..7784ef5 100644 --- a/src/declarative/extra/qmlbehavior.cpp +++ b/src/declarative/extra/qmlbehavior.cpp @@ -122,7 +122,7 @@ public: */ QmlBehavior::QmlBehavior(QObject *parent) -: QmlPropertyValueSource(*(new QmlBehaviorPrivate), parent) +: QObject(*(new QmlBehaviorPrivate), parent) { Q_D(QmlBehavior); d->group = new QParallelAnimationGroup; |