The following errors are based on the git source 842efb444a475aa2ff88829d334f6d5c610dde69, nothing to worry about but if it can be fixed why not :) Fullmessage ``` unknown() : qrc:/qml/main.qml:115:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } ``` Happens in the following files ``` unknown() : qrc:/qml/main.qml:115:5 unknown() : qrc:/qml/HProgressBar.qml:209:5 unknown() : qrc:/qml/MpvVideo.qml:306:5 unknown() : qrc:/qml/Menus/AudioMenu.qml:34:9 unknown() : qrc:/qml/Menus/AudioMenu.qml:34:9 ``` https://doc.qt.io/qt-5/qml-qtqml-connections.html There are others errors but they are due other Frameworks and dunno if they are even fixable in haruna https://pastebin.com/tMNzbgVC
Updating to the new syntax would break things on Qt versions older than 5.14.