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/declarative/fx/qfxevents.cpp | |
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/declarative/fx/qfxevents.cpp')
-rw-r--r-- | src/declarative/fx/qfxevents.cpp | 4 |
1 files changed, 2 insertions, 2 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. */ |