aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-03-11 12:34:22 +0100
committerPaul Wicking <paul.wicking@qt.io>2021-03-11 15:01:21 +0100
commit5d76e666e3792230fe714676e3a1bc5c1e9ad926 (patch)
tree420d69cfed8b7f0e3ffe9639a44fa41b83a348d3 /src/imports
parent65ed839e322b381b6bb026db8d771ce055bb60b3 (diff)
Doc: Change section titles that cause bad links
Section titles are valid targets for QDoc's autolinker. When they are identical to other valid link targets, such as for example a class, these sections may cause invalid links. Pick-to: 6.0 6.1 Task-number: QTBUG-91141 Change-Id: I466b2d21be030cd34b2a734d5126c45ff763127b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/platform/doc/src/qt6-changes.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/platform/doc/src/qt6-changes.qdoc b/src/imports/platform/doc/src/qt6-changes.qdoc
index b6dd3448..de1c7a29 100644
--- a/src/imports/platform/doc/src/qt6-changes.qdoc
+++ b/src/imports/platform/doc/src/qt6-changes.qdoc
@@ -40,17 +40,17 @@
In this topic we summarize those changes in Qt Quick Labs Platform, and
provide guidance to handle them.
- \section1 Menu
+ \section1 The Menu type
The deprecated \c iconName and \c iconSource properties were removed. Use
the \l {Menu::}{icon} property instead.
- \section1 MenuItem
+ \section1 The MenuItem type
The deprecated \c iconName and \c iconSource properties were removed. Use
the \l {MenuItem::}{icon} property instead.
- \section1 SystemTrayIcon
+ \section1 The SystemTrayIcon type
The deprecated \c iconName and \c iconSource properties were removed. Use
the \l {SystemTrayIcon::}{icon} property instead.