Skip to content

Fix Connections warnings

Konrad Materka requested to merge work/kmaterka/fix_connections_warnings into master

Qt 5.14 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>) { ... }

Edited by Konrad Materka

Merge request reports