Commit ea873857 authored by Mitch Curtis's avatar Mitch Curtis
Browse files

Doc: fix InputPanel::active documentation


Use the correct qdoc syntax and fix the grammar.

Task-number: QTBUG-56822
Change-Id: I70f4214df35ed26573f9d26211db39150bb5b5a6
Reviewed-by: default avatarVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Showing with 4 additions and 2 deletions
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment