diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-02 13:43:21 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-02 14:00:31 (GMT) |
commit | a5a02758bc1c924fdce529d68172c39fcfa5df0b (patch) | |
tree | ca493c93b99155ffdf54c8a90250b0aaf754bdfa /src/gui/kernel/qstandardgestures.cpp | |
parent | 6592c0868771b28f7f2d17b1899a2f7554fb26f6 (diff) | |
download | Qt-a5a02758bc1c924fdce529d68172c39fcfa5df0b.zip Qt-a5a02758bc1c924fdce529d68172c39fcfa5df0b.tar.gz Qt-a5a02758bc1c924fdce529d68172c39fcfa5df0b.tar.bz2 |
Doc: mark API of Gesture framework as preliminary.
New API will most likely not be in the Beta release.
Diffstat (limited to 'src/gui/kernel/qstandardgestures.cpp')
-rw-r--r-- | src/gui/kernel/qstandardgestures.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qstandardgestures.cpp b/src/gui/kernel/qstandardgestures.cpp index bcc411a..3cfb987 100644 --- a/src/gui/kernel/qstandardgestures.cpp +++ b/src/gui/kernel/qstandardgestures.cpp @@ -57,6 +57,7 @@ QWidgetPrivate *qt_widget_private(QWidget *widget); /*! \class QPanGesture + \preliminary \since 4.6 \brief The QPanGesture class represents a Pan gesture, @@ -339,6 +340,7 @@ QSizeF QPanGesture::offset() const /*! \class QPinchGesture + \preliminary \since 4.6 \brief The QPinchGesture class represents a Pinch gesture, @@ -667,6 +669,7 @@ QPointF QPinchGesture::startCenterPoint() const /*! \class QSwipeGesture + \preliminary \since 4.6 \brief The QSwipeGesture class represents a swipe gesture, |