summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicButton.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-09-19 14:15:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 15:29:34 +0200
commit6cfe20fc66c2d7e9daf07cb77fa781e284f13e0a (patch)
tree5eb0a0293f28dbbf47246343030a5b717aaf2a0e /src/controls/Private/BasicButton.qml
parentc21bc7749fb2331d92bf5c109c9225583d882582 (diff)
downloadqtquickcontrols-6cfe20fc66c2d7e9daf07cb77fa781e284f13e0a.tar.gz
Doc: Fix versions in \qmlmodule and \inqmlmodule
In the future qdoc will ignore the version in \inqmlmodule. Task-number: QTBUG-33555 Change-Id: I6bec55d33bc50db9639e48fe3017a634a4bbc671 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/Private/BasicButton.qml')
-rw-r--r--src/controls/Private/BasicButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/BasicButton.qml b/src/controls/Private/BasicButton.qml
index e2879cf5..f20d476f 100644
--- a/src/controls/Private/BasicButton.qml
+++ b/src/controls/Private/BasicButton.qml
@@ -47,7 +47,7 @@ import QtQuick.Controls.Styles 1.1
\qmltype BasicButton
\internal
\qmlabstract
- \inqmlmodule QtQuick.Controls.Private 1.0
+ \inqmlmodule QtQuick.Controls.Private
*/
Control {