summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/ApplicationWindowStyle.qml
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-23 03:02:22 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-06-23 03:02:22 +0200
commitbfb7d1a9b026d3735930b31d79d936d5a3d4c79d (patch)
treed70fdb16dcb9525c28e0e2c5927c5372b2cc64b3 /src/controls/Styles/Base/ApplicationWindowStyle.qml
parentf2c24adbb3e9561bb2f49f9dfa4daf5d5f315f6a (diff)
parent3b71eea2e6e712103452c98756cd6ce53aa4ebca (diff)
downloadqtquickcontrols-bfb7d1a9b026d3735930b31d79d936d5a3d4c79d.tar.gz
Merge remote-tracking branch 'origin/5.11' into dev
Change-Id: Ia4e23f05ee0dc32d13ad809f4021cd5f0cdff701
Diffstat (limited to 'src/controls/Styles/Base/ApplicationWindowStyle.qml')
-rw-r--r--src/controls/Styles/Base/ApplicationWindowStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/ApplicationWindowStyle.qml b/src/controls/Styles/Base/ApplicationWindowStyle.qml
index bd34e3c2..398567bb 100644
--- a/src/controls/Styles/Base/ApplicationWindowStyle.qml
+++ b/src/controls/Styles/Base/ApplicationWindowStyle.qml
@@ -46,7 +46,7 @@ import QtQuick.Controls.Private 1.0
\inqmlmodule QtQuick.Controls.Styles
\since 5.4
\ingroup controlsstyling
- \brief Provides custom styling for ApplicationWindow
+ \brief Provides custom styling for ApplicationWindow.
You can create a custom window background by replacing the "background"
delegate of ApplicationWindowStyle with a custom design.