summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.cpp
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/gui/kernel/qgesture.cpp
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/gui/kernel/qgesture.cpp')
-rw-r--r--src/gui/kernel/qgesture.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index ecdd661..a161876 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -142,12 +142,6 @@ QGesture::~QGesture()
\brief whether the gesture has a hot-spot
*/
-/*!
- \property QGesture::targetObject
- \brief the target object which will receive the gesture event if the hotSpot is
- not set
-*/
-
Qt::GestureType QGesture::gestureType() const
{
return d_func()->gestureType;