aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-11-25 10:48:43 +0100
committerMitch Curtis <mitch.curtis@qt.io>2016-11-25 10:56:46 +0000
commitea873857fd7c92608bfa64d080dbdf9589ffa4b3 (patch)
tree40adab492eb53e26b13e2e96100f888ed30f0fe7
parent98aa04821f6b851a990f3fc0e1ac29291d28de14 (diff)
Doc: fix InputPanel::active documentation
Use the correct qdoc syntax and fix the grammar. Task-number: QTBUG-56822 Change-Id: I70f4214df35ed26573f9d26211db39150bb5b5a6 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index 84d2832d..9546bf3d 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -38,11 +38,13 @@ import QtQuick.Enterprise.VirtualKeyboard 2.0
Item {
id: inputPanel
- /*! \qmlproperty bool Active state of the input panel
+ /*!
+ \qmlproperty bool InputPanel::active
\since QtQuick.Enterprise.VirtualKeyboard 2.0
This property reflects the active status of the input panel.
- The keyboard should be made visible to user when the active is true.
+ The keyboard should be made visible to the user when this property is
+ \c true.
*/
property alias active: keyboard.active