Skip to content

applet: Fix incompatible null binding to a string property

ivan tkachenko requested to merge work/ratijas/strings into master

Fixes this warning:

file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:603:39: Invalid property assignment: string expected - Assigning null to incompatible properties in QML is deprecated. This will become a compile error in future versions of Qt.

Amends 0e8d4688.

Merge request reports