summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-08 10:31:10 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-08 10:32:03 (GMT)
commit2075cb4fc05dc077db1bb9437dd0fcf75605fe9c (patch)
tree6771bd9896e4457b467ee21997d9300af7e749bd /src
parentfa889cf4b80868249c70715275069eb150b597cc (diff)
downloadQt-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')
-rw-r--r--src/gui/kernel/qstandardgestures.cpp6
-rw-r--r--src/gui/painting/qpaintengine.cpp1
2 files changed, 7 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
diff --git a/src/gui/painting/qpaintengine.cpp b/src/gui/painting/qpaintengine.cpp
index f442788..42da637 100644
--- a/src/gui/painting/qpaintengine.cpp
+++ b/src/gui/painting/qpaintengine.cpp
@@ -386,6 +386,7 @@ void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDraw
\value User First user type ID
\value MaxUser Last user type ID
\value OpenGL2
+ \value PaintBuffer
*/
/*!