diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-28 06:54:08 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-28 06:54:08 (GMT) |
commit | 864365e44942a55c37ba3f07b101e576394fa889 (patch) | |
tree | f7a97ca8a23785752fbb09455d0b45b1bfb8b1a4 /src | |
parent | c139630bb792e3d0e364c05c7be3e190bfd90b64 (diff) | |
download | Qt-864365e44942a55c37ba3f07b101e576394fa889.zip Qt-864365e44942a55c37ba3f07b101e576394fa889.tar.gz Qt-864365e44942a55c37ba3f07b101e576394fa889.tar.bz2 |
qdoc: Corrected a few qdoc warnings.
Changed some qDebug() output in qdoc to be real qdoc waqrnings
with location information for the user. These were in the
qmlproperty command processing.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/fx/qfxevents.cpp | 4 | ||||
-rw-r--r-- | src/declarative/fx/qfxparticles.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/fx/qfxevents.cpp b/src/declarative/fx/qfxevents.cpp index 804446b..7d04f5d 100644 --- a/src/declarative/fx/qfxevents.cpp +++ b/src/declarative/fx/qfxevents.cpp @@ -118,8 +118,8 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlproperty int x - \qmlproperty int y + \qmlproperty int MouseEvent::x + \qmlproperty int MouseEvent::y These properties hold the position of the mouse event. */ diff --git a/src/declarative/fx/qfxparticles.cpp b/src/declarative/fx/qfxparticles.cpp index 8b16098..03bd1e0 100644 --- a/src/declarative/fx/qfxparticles.cpp +++ b/src/declarative/fx/qfxparticles.cpp @@ -268,14 +268,14 @@ void QFxParticleMotionGravity::advance(QFxParticle &p, int interval) */ /*! - \qmlproperty QFxParticleMotionWander::xvariance - \qmlproperty QFxParticleMotionWander::yvariance + \qmlproperty int QFxParticleMotionWander::xvariance + \qmlproperty int QFxParticleMotionWander::yvariance These properties set the amount to wander in the x and y directions. */ /*! - \qmlproperty QFxParticleMotionWander::pace + \qmlproperty int QFxParticleMotionWander::pace This property holds how quickly the paricles will move from side to side. */ |