use standard and existing property to set icon url in buttons
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 21 Feb 2023 08:16:50 +0000 (09:16 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:09 +0000 (18:16 +0200)
commit7d03007fa87525bc5527399e2d44f7b9ce32330a
treed32fa29891b6d664dbe08497341edf2322ec387c
parente69a544b71b7286148a55e5bc3f72b065726e3a2
use standard and existing property to set icon url in buttons

replace custom property imageSource by the use of the standard
icon.source

will make our code closer to Qt Quick Controls v2 and less our own
controls toolkit

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/filedetails/FileDetailsPage.qml
src/gui/filedetails/ShareDelegate.qml
src/gui/filedetails/ShareDetailsPage.qml
src/gui/tray/ActivityActionButton.qml
src/gui/tray/ActivityItemActions.qml
src/gui/tray/ActivityItemContent.qml
src/gui/tray/CallNotificationDialog.qml
src/gui/tray/CustomButton.qml