diff options
author | Paul Wicking <paul.wicking@qt.io> | 2018-06-18 15:42:24 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2018-06-19 09:54:24 +0000 |
commit | 3b71eea2e6e712103452c98756cd6ce53aa4ebca (patch) | |
tree | 2b2284a8794a3db83483d33089749ab711330c1d /src/controls/Styles/Base/CheckBoxStyle.qml | |
parent | 191a2fe59cbaf7603d502fa764b4737f49422010 (diff) | |
download | qtquickcontrols-3b71eea2e6e712103452c98756cd6ce53aa4ebca.tar.gz |
Doc: Add missing dots (qtquickcontrols)
Task-number: QTBUG-68933
Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/controls/Styles/Base/CheckBoxStyle.qml')
-rw-r--r-- | src/controls/Styles/Base/CheckBoxStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/CheckBoxStyle.qml b/src/controls/Styles/Base/CheckBoxStyle.qml index 98f45740..a476a953 100644 --- a/src/controls/Styles/Base/CheckBoxStyle.qml +++ b/src/controls/Styles/Base/CheckBoxStyle.qml @@ -48,7 +48,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls.Styles \since 5.1 \ingroup controlsstyling - \brief Provides custom styling for CheckBox + \brief Provides custom styling for CheckBox. Example: \qml |