Bug 446876 - qml Warnings on Terminal
Summary: qml Warnings on Terminal
Status: RESOLVED INTENTIONAL
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: george fb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-12 11:49 UTC by flinux
Modified: 2021-12-12 18:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.