diff options
author | Thibaut Cuvelier <[email protected]> | 2024-12-26 00:40:44 +0100 |
---|---|---|
committer | Thibaut Cuvelier <[email protected]> | 2025-06-03 01:02:02 +0000 |
commit | ddb45c3cb6ffca606d4c0933b4135e7a0ac300c8 (patch) | |
tree | 6df0b1e4a3b9d9f5ed70614ffab71f4d4a161f5d | |
parent | 568cea9063e14acd804ee454177e5a0898f8ffda (diff) |
By design, \styleproperty should be closed with \endstyleproperty. This
was not the case for one subsection. While mostly harmless in HTML, this
cause the DocBook export to be invalid.
Pick-to: 6.5 6.8 6.9 6.10
Change-Id: Ie4172535ffb9183e9105bf7e9b407d834459486c
Reviewed-by: Mitch Curtis <[email protected]>
-rw-r--r-- | src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc b/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc index eba367061f..3023c7fd05 100644 --- a/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc +++ b/src/quickcontrols/doc/src/qtquickcontrols-universal.qdoc @@ -208,6 +208,8 @@ \image qtquickcontrols-universal-foreground.png \endtable + \endstyleproperty + \styleproperty {Universal.theme} {enumeration} \target universal-theme-attached-prop This attached property holds whether the theme is light or dark. The property |