diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-08 10:31:10 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-08 10:32:03 (GMT) |
commit | 2075cb4fc05dc077db1bb9437dd0fcf75605fe9c (patch) | |
tree | 6771bd9896e4457b467ee21997d9300af7e749bd /src/gui/kernel | |
parent | fa889cf4b80868249c70715275069eb150b597cc (diff) | |
download | Qt-2075cb4fc05dc077db1bb9437dd0fcf75605fe9c.zip Qt-2075cb4fc05dc077db1bb9437dd0fcf75605fe9c.tar.gz Qt-2075cb4fc05dc077db1bb9437dd0fcf75605fe9c.tar.bz2 |
doc: Fixed several qdoc errors.
That's the last of them... for now.
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qstandardgestures.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/kernel/qstandardgestures.cpp b/src/gui/kernel/qstandardgestures.cpp index 8e76715..b3e137d 100644 --- a/src/gui/kernel/qstandardgestures.cpp +++ b/src/gui/kernel/qstandardgestures.cpp @@ -535,6 +535,12 @@ void QPinchGesture::reset() QGesture::reset(); } +/*! \enum QPinchGesture::WhatChange + \value ScaleFactorChanged + \value RotationAngleChanged + \value CenterPointChanged +*/ + /*! \property QPinchGesture::whatChanged |