diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2013-05-06 15:32:35 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-07 07:51:42 +0200 |
commit | fbd18c8b1fbda00e865bed33839c2c5ab26f8de2 (patch) | |
tree | daff474fbe3a9e24e8bb3a1228a745ab2505d1c8 /src/controls/CheckBox.qml | |
parent | dad6794dbf6caa932329718418a06e24f29af850 (diff) | |
download | qtquickcontrols-fbd18c8b1fbda00e865bed33839c2c5ab26f8de2.tar.gz |
Doc: correct for compliancy with Writing Guidelines
Task-number: QTBUG-30318
Change-Id: If3916f3250f202a5da4b1f8034ecfba984367af3
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/CheckBox.qml')
-rw-r--r-- | src/controls/CheckBox.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/CheckBox.qml b/src/controls/CheckBox.qml index 8b3ce5ea..46f9068d 100644 --- a/src/controls/CheckBox.qml +++ b/src/controls/CheckBox.qml @@ -45,6 +45,7 @@ import QtQuick.Controls.Private 1.0 /*! \qmltype CheckBox \inqmlmodule QtQuick.Controls 1.0 + \since QtQuick.Controls 1.0 \ingroup controls \brief A checkbox with a text label. |