aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-11-06 11:02:54 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-11-09 12:58:37 +0100
commit111287de7a33d395073ba5817a32a219d55f3cc6 (patch)
treea46f758c24c5ee56fc3bd9fff6f758f0856abbda /src/imports/platform
parentac2fbd8a3b246aa3792373f2759edb667bd968a4 (diff)
Doc: Qt Labs Platform - Qt 6 porting guide
Task-number: QTBUG-88158 Change-Id: Idce6ec14216d5f09b4cc729677b17084defdee1b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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.
*/