summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesture.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:49:09 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 15:08:18 (GMT)
commit0466a193fd1b8bd7c6f165c3032c47a08a881529 (patch)
tree582d253963069364a8a6d1be39e540dc53f59006 /src/gui/kernel/qgesture.cpp
parentfd55642d60b852fbd175a9ea7c1a2457c6f611aa (diff)
downloadQt-0466a193fd1b8bd7c6f165c3032c47a08a881529.zip
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.gz
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.bz2
Added missing \since 4.6 doc tag
Diffstat (limited to 'src/gui/kernel/qgesture.cpp')
-rw-r--r--src/gui/kernel/qgesture.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp
index 7437ed3..ac55521 100644
--- a/src/gui/kernel/qgesture.cpp
+++ b/src/gui/kernel/qgesture.cpp
@@ -48,6 +48,7 @@ QString qt_getStandardGestureTypeName(Qt::GestureType type);
/*!
\class QGesture
+ \since 4.6
\brief The QGesture class represents a gesture, containing all
properties that describe a gesture.
@@ -242,6 +243,7 @@ QPoint QGesture::pos() const
/*!
\class QPanningGesture
+ \since 4.6
\brief The QPanningGesture class represents a Pan gesture,
providing additional information related to panning.