summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/BusyIndicatorStyle.qml
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:42:24 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 09:54:24 +0000
commit3b71eea2e6e712103452c98756cd6ce53aa4ebca (patch)
tree2b2284a8794a3db83483d33089749ab711330c1d /src/controls/Styles/Base/BusyIndicatorStyle.qml
parent191a2fe59cbaf7603d502fa764b4737f49422010 (diff)
downloadqtquickcontrols-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/BusyIndicatorStyle.qml')
-rw-r--r--src/controls/Styles/Base/BusyIndicatorStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/BusyIndicatorStyle.qml b/src/controls/Styles/Base/BusyIndicatorStyle.qml
index ac49f6d1..da2a2aa5 100644
--- a/src/controls/Styles/Base/BusyIndicatorStyle.qml
+++ b/src/controls/Styles/Base/BusyIndicatorStyle.qml
@@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0
\inqmlmodule QtQuick.Controls.Styles
\since 5.2
\ingroup controlsstyling
- \brief Provides custom styling for BusyIndicatorStyle
+ \brief Provides custom styling for BusyIndicatorStyle.
You can create a busy indicator by replacing the "indicator" delegate
of the BusyIndicatorStyle with a custom design.