summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-14 01:13:57 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-14 01:13:57 (GMT)
commit8ca765048b6271a73ce5999fea166e1c518267b5 (patch)
treef147920f84dc8c1f9d80451ea92214472981f800 /src/imports/gestures
parent955daf47a350ad9eb84b30f50431482b16ecf22f (diff)
downloadQt-8ca765048b6271a73ce5999fea166e1c518267b5.zip
Qt-8ca765048b6271a73ce5999fea166e1c518267b5.tar.gz
Qt-8ca765048b6271a73ce5999fea166e1c518267b5.tar.bz2
Make it clear that Qt.labs modules may not remain compatible.
Task-number: QTBUG-9807
Diffstat (limited to 'src/imports/gestures')
-rw-r--r--src/imports/gestures/qdeclarativegesturearea.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/gestures/qdeclarativegesturearea.cpp b/src/imports/gestures/qdeclarativegesturearea.cpp
index b8c8f57..615c674 100644
--- a/src/imports/gestures/qdeclarativegesturearea.cpp
+++ b/src/imports/gestures/qdeclarativegesturearea.cpp
@@ -82,6 +82,9 @@ public:
A GestureArea is like a MouseArea, but it has signals for gesture events.
+ \e {Elements in the Qt.labs module are not guaranteed to remain compatible
+ in future versions.}
+
\e {This element is only functional on devices with touch input.}
\qml