Replace deprecated usage of iconName with icon.name

This commit is contained in:
Joshua Goins
2023-01-27 20:08:58 -05:00
committed by Tobias Fella
parent 38dcefffcb
commit 765a95050d
5 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ import org.kde.kirigami 2.14 as Kirigami
*/
Kirigami.Action {
id: shareAction
iconName: "emblem-shared-symbolic"
icon.name: "emblem-shared-symbolic"
text: i18n("Share")
tooltip: i18n("Share the selected media")