Skip to content

mediacontroller: Fix warning

Aleix Pol Gonzalez requested to merge work/apol/mediacontroller-warning into master

org.kde.plasma.mediacontroller/contents/ui/CompactRepresentation.qml:54:5: QML Binding: Not restoring previous value because restoreMode has not been set. This behavior is deprecated. You have to import QtQml 2.15 after any QtQuick imports and set the restoreMode of the binding to fix this warning. In Qt < 6.0 the default is Binding.RestoreBinding. In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

Merge request reports