summaryrefslogtreecommitdiff
path: root/src/controls/RadioButton.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-02-28 12:24:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-28 12:35:16 +0100
commit254bbe7a1b9d7b361e3ad171785a47fef3983873 (patch)
tree2b84f00c9b25870defed1c389cdd8eadb778d9ba /src/controls/RadioButton.qml
parentbdb81c6743e4b2ef76e2b4504dd399c20a68151d (diff)
downloadqtquickcontrols-254bbe7a1b9d7b361e3ad171785a47fef3983873.tar.gz
Docs: add missing dots to briefs
The annotated lists look much better when all brief descriptions consistently end with a dot. Change-Id: I688021e0dda21bb7878c93d82e63482d712b55ea Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/RadioButton.qml')
-rw-r--r--src/controls/RadioButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml
index cee7d2c6..46666437 100644
--- a/src/controls/RadioButton.qml
+++ b/src/controls/RadioButton.qml
@@ -50,7 +50,7 @@ import "Styles/Settings.js" as Settings
\qmltype RadioButton
\inqmlmodule QtQuick.Controls 1.0
\ingroup controls
- \brief A radio button with a text label
+ \brief A radio button with a text label.
A RadioButton is an option button that can be switched on (checked) or off
(unchecked). Radio buttons typically present the user with a "one of many"