Skip to content

fix: do not use Implicit QML function call

Srevin Saju requested to merge srevinsaju/kwin:implicit-qml into master

Qt 5.15 introduced new syntax for defining Connections. Fix warnings like this one: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }

follow up of d2f33727

Merge request reports