diff options
author | David Boddie <dboddie@trolltech.com> | 2010-08-16 14:28:33 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-08-16 14:28:33 (GMT) |
commit | bc2a71b317724840c695b39f523ca510c28d15e5 (patch) | |
tree | e845e8982c04bb52fa5c34308dbf0adabb695e60 /src/imports/particles | |
parent | 2a2aa1b0581911de907f7b950b5cf4acda914170 (diff) | |
parent | d728575ede4fdf3873de71e7cd9a852b9fed4e40 (diff) | |
download | Qt-bc2a71b317724840c695b39f523ca510c28d15e5.zip Qt-bc2a71b317724840c695b39f523ca510c28d15e5.tar.gz Qt-bc2a71b317724840c695b39f523ca510c28d15e5.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Conflicts:
doc/src/declarative/elements.qdoc
Diffstat (limited to 'src/imports/particles')
-rw-r--r-- | src/imports/particles/qdeclarativeparticles.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/particles/qdeclarativeparticles.cpp b/src/imports/particles/qdeclarativeparticles.cpp index b842109..5cd9c0c 100644 --- a/src/imports/particles/qdeclarativeparticles.cpp +++ b/src/imports/particles/qdeclarativeparticles.cpp @@ -154,6 +154,7 @@ void QDeclarativeParticleMotion::destroy(QDeclarativeParticle &particle) /*! \qmlclass ParticleMotionLinear QDeclarativeParticleMotionLinear + \ingroup qml-particle-elements \since 4.7 \brief The ParticleMotionLinear object moves particles linearly. @@ -180,6 +181,7 @@ void QDeclarativeParticleMotionLinear::advance(QDeclarativeParticle &p, int inte /*! \qmlclass ParticleMotionGravity QDeclarativeParticleMotionGravity + \ingroup qml-particle-elements \since 4.7 \brief The ParticleMotionGravity object moves particles towards a point. @@ -271,6 +273,7 @@ void QDeclarativeParticleMotionGravity::advance(QDeclarativeParticle &p, int int /*! \qmlclass ParticleMotionWander QDeclarativeParticleMotionWander + \ingroup qml-particle-elements \since 4.7 \brief The ParticleMotionWander object moves particles in a somewhat random fashion. @@ -634,6 +637,7 @@ void QDeclarativeParticlesPrivate::updateOpacity(QDeclarativeParticle &p, int ag /*! \qmlclass Particles QDeclarativeParticles + \ingroup qml-particle-elements \since 4.7 \brief The Particles object generates and moves particles. \inherits Item |