diff options
author | Martin Jones <martin.jones@nokia.com> | 2011-03-02 01:28:06 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2011-03-02 01:28:06 (GMT) |
commit | e68b1829384632e4428893e2aad56e9b72ee6fb7 (patch) | |
tree | 088dd508f1388e1380226c1c701d8cf4b0e333f8 /src | |
parent | 119a8ddcd7c8de0607309b37f9ef83439b607f17 (diff) | |
download | Qt-e68b1829384632e4428893e2aad56e9b72ee6fb7.zip Qt-e68b1829384632e4428893e2aad56e9b72ee6fb7.tar.gz Qt-e68b1829384632e4428893e2aad56e9b72ee6fb7.tar.bz2 |
Doc: remove experimental GestureArea from contents and add PinchArea
Change-Id: I5eb6d2826f673c7067fde1447f25d3fc97b5aa5e
Reviewed-by: Bea Lam
Diffstat (limited to 'src')
-rw-r--r-- | src/imports/gestures/qdeclarativegesturearea.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/gestures/qdeclarativegesturearea.cpp b/src/imports/gestures/qdeclarativegesturearea.cpp index 1b6e723..c2a2e98 100644 --- a/src/imports/gestures/qdeclarativegesturearea.cpp +++ b/src/imports/gestures/qdeclarativegesturearea.cpp @@ -89,6 +89,10 @@ public: \warning Elements in the Qt.labs module are not guaranteed to remain compatible in future versions. + \warning GestureArea is an experimental element whose development has + been discontinued. PinchArea is available in QtQuick 1.1 and handles + two finger gesture input. + \note This element is only functional on devices with touch input. \qml |