Bug 446876

Summary: qml Warnings on Terminal
Product: [Applications] Haruna Reporter: flinux
Component: genericAssignee: george fb <georgefb899>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description flinux 2021-12-12 11:49:54 UTC
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
Comment 1 george fb 2021-12-12 18:21:54 UTC
Updating to the new syntax would break things on Qt versions older than 5.14.