diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 14:49:09 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-05-11 15:08:18 (GMT) |
commit | 0466a193fd1b8bd7c6f165c3032c47a08a881529 (patch) | |
tree | 582d253963069364a8a6d1be39e540dc53f59006 /src/gui/kernel/qgesture.cpp | |
parent | fd55642d60b852fbd175a9ea7c1a2457c6f611aa (diff) | |
download | Qt-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.cpp | 2 |
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. |