summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarri Heine <harri.heine@nokia.com>2012-02-15 10:58:34 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-15 11:25:08 +0100
commit6fcfdc54a0bc7192f11fd161fbc91ffa2366c861 (patch)
tree5fa124c8bd38111dc3f1ca472303db6e8a94ec1f
parentc1225fe8be1104da53c37da675b86348f763ef12 (diff)
Documentation: Improved QML feedback page
Change-Id: Ib21e2f379462234270c92bfb942a4249da3e5217 Reviewed-by: Jaakko Korpela <jaakko.korpela@nokia.com>
-rw-r--r--doc/src/plugins/qml-feedback.qdoc12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/src/plugins/qml-feedback.qdoc b/doc/src/plugins/qml-feedback.qdoc
index 748a646..10fd25b 100644
--- a/doc/src/plugins/qml-feedback.qdoc
+++ b/doc/src/plugins/qml-feedback.qdoc
@@ -27,8 +27,8 @@
/*!
\group qml-feedback
- \title QML Feedback Plugin
- QML Support for the Qt Feedback API.
+ \title QML Feedback API
+ Plugin for QML Support for the Qt Feedback API.
*/
@@ -44,12 +44,8 @@
\section1 Overview
- The API provides abstractions for various types of feedback, and allows custom implementations of these types of feedback.
- The identifying string for this component is \i {"QtMobility.feedback"}.
-
-
- The Feedback API allows application developers to implement feedback and programmatic vibration in their applications.
- Use this in the QML \i {import} statement.
+ The QML Feedback API allows application developers to implement various types of feedback (usually vibration) to their QML applications.
+ Use this with the QML \i {QtFeedback import} statement.