Fix Connections warnings
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(<arguments>) { ... }
-
mentioned in merge request !584 (merged)
-
mentioned in commit 68a7daff
Please register or sign in to comment