Skip to content

Draft: Fix warnings in FolderView.qml

Méven Car requested to merge (removed):work/fix-warnings into master

Fix warnings such as :

file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1093:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } file:///home/meven/kde/usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1085:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }

cc @mart

Edited by Méven Car

Merge request reports