diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-10-05 05:55:16 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-10-05 05:55:16 (GMT) |
commit | 9c80d8284449e8cfc421aa047598020dc4c58772 (patch) | |
tree | 4a609d4f82bfbe033bd437384123f993fce7d8bf /src/gui/kernel/qstandardgestures.cpp | |
parent | a3349d20dca10d32fc8ab95591108f1ec49dc034 (diff) | |
parent | ef9f35f4b3f29a0013f04d6245c7eefd92d5a560 (diff) | |
download | Qt-9c80d8284449e8cfc421aa047598020dc4c58772.zip Qt-9c80d8284449e8cfc421aa047598020dc4c58772.tar.gz Qt-9c80d8284449e8cfc421aa047598020dc4c58772.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
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, |