aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-06-05 11:50:25 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-06-05 14:19:18 +0200
commitde867d237094b3ba7953aea68a739d13da056a76 (patch)
tree9d3384e37becefec0f51ed69c46fdf96b9d53a29 /tests/manual
parente2565d8c18183f54cf41ad7b29e2f015ecde66f4 (diff)
Platform: remove deprecated iconName, iconSource API
[ChangeLog][Platform][Menu] The deprecated iconName and iconSource properties were removed. Use the icon property instead. [ChangeLog][Platform][MenuItem] The deprecated iconName and iconSource properties were removed. Use the icon property instead. [ChangeLog][Platform][SystemTrayIcon] The deprecated iconName and iconSource properties were removed. Use the icon property instead. Task-number: QTBUG-84715 Change-Id: I91a8ceb1a291b78fc342756de24e18b818a49b4b Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/systemtrayicon/systemtrayicon.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/systemtrayicon/systemtrayicon.qml b/tests/manual/systemtrayicon/systemtrayicon.qml
index a7e656d4..03855b44 100644
--- a/tests/manual/systemtrayicon/systemtrayicon.qml
+++ b/tests/manual/systemtrayicon/systemtrayicon.qml
@@ -75,7 +75,7 @@ ApplicationWindow {
SystemTrayIcon {
visible: true
- iconSource: "qrc:/files/images/qt_logo_green_256.png"
+ icon.source: "qrc:/files/images/qt_logo_green_256.png"
menu: Menu {
MenuItem {