summaryrefslogtreecommitdiffstats
path: root/src/controls/GroupBox.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/GroupBox.qml
parentbdb81c6743e4b2ef76e2b4504dd399c20a68151d (diff)
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/GroupBox.qml')
-rw-r--r--src/controls/GroupBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 75da57e56..7079dbd7c 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -46,7 +46,7 @@ import "Styles/Settings.js" as Settings
\qmltype GroupBox
\inqmlmodule QtQuick.Controls 1.0
\ingroup controls
- \brief GroupBox provides a group box frame with a title
+ \brief GroupBox provides a group box frame with a title.
A group box provides a frame, a title on top and displays various other controls inside itself. Group boxes can also be checkable.