summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/ButtonStyle.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/ButtonStyle.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/ButtonStyle.qml')
-rw-r--r--src/controls/Styles/Base/ButtonStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/ButtonStyle.qml b/src/controls/Styles/Base/ButtonStyle.qml
index bc597f35..5a3fa551 100644
--- a/src/controls/Styles/Base/ButtonStyle.qml
+++ b/src/controls/Styles/Base/ButtonStyle.qml
@@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0
\inqmlmodule QtQuick.Controls.Styles
\since 5.1
\ingroup controlsstyling
- \brief Provides custom styling for Button
+ \brief Provides custom styling for Button.
You can create a custom button by replacing the "background" delegate
of the ButtonStyle with a custom design.