summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-10-26 14:58:46 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-10-26 14:58:46 (GMT)
commitaa290742462819d6d6dd9b08675dc8d59d824787 (patch)
tree120e8acfd8b28888914bbd3d35581382c25ead1a /src/corelib/global
parentb5254a2500afebf74d5772c3ec0e03dc5c9243b6 (diff)
downloadQt-aa290742462819d6d6dd9b08675dc8d59d824787.zip
Qt-aa290742462819d6d6dd9b08675dc8d59d824787.tar.gz
Qt-aa290742462819d6d6dd9b08675dc8d59d824787.tar.bz2
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index e8d6df0..5f9d01d 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2841,6 +2841,9 @@
\value WidgetGesture Gestures can only start over the widget itself.
\value WidgetWithChildrenGesture Gestures can start on the widget or over
any of its children.
+ \value ItemGesture Gestures can only start over the item itself.
+ \value ItemWithChildrenGesture Gestures can start on the item or over
+ any of its children.
\sa QWidget::grabGesture()
*/