aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/platform')
-rw-r--r--src/imports/platform/doc/src/qt6-changes.qdoc15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/imports/platform/doc/src/qt6-changes.qdoc b/src/imports/platform/doc/src/qt6-changes.qdoc
index a919a087..667112a8 100644
--- a/src/imports/platform/doc/src/qt6-changes.qdoc
+++ b/src/imports/platform/doc/src/qt6-changes.qdoc
@@ -38,5 +38,18 @@
In this topic we summarize those changes in Qt Quick Labs Platform, and
provide guidance to handle them.
- \section1 ADD STUFF HERE
+ \section1 Menu
+
+ The deprecated \c iconName and \c iconSource properties were removed. Use
+ the \l {Menu::}{icon} property instead.
+
+ \section1 MenuItem
+
+ The deprecated \c iconName and \c iconSource properties were removed. Use
+ the \l {MenuItem::}{icon} property instead.
+
+ \section1 SystemTrayIcon
+
+ The deprecated \c iconName and \c iconSource properties were removed. Use
+ the \l {SystemTrayIcon::}{icon} property instead.
*/