summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-26 12:36:30 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-10-26 12:36:30 (GMT)
commit5393f71b9ac66395258713d1703e5c7f23aba206 (patch)
tree10a845d2a9cdec6a6e1ec5812d639ef91b5e8c0b /src
parent293ee52fce78b74fcfa2effbccf6df6f12e9daa5 (diff)
downloadQt-5393f71b9ac66395258713d1703e5c7f23aba206.zip
Qt-5393f71b9ac66395258713d1703e5c7f23aba206.tar.gz
Qt-5393f71b9ac66395258713d1703e5c7f23aba206.tar.bz2
Removed the obsolete documentation reference from the QGesture.
Reviewed-by: trustme
Diffstat (limited to 'src')
-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;