Bug 494438

Summary: qt.qml.signalhandler: Property 'onPressed' of object QQuickMouseArea_QML_94 is a signal handler. You should not call it directly.
Product: [Plasma] plasmashell Reporter: postix <postix>
Component: System Tray widgetAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: normal CC: kde, materka
Priority: NOR    
Version First Reported In: 6.2.0   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description postix 2024-10-10 13:10:08 UTC
SUMMARY

Open the tray, click on any item the in the list, such as clipboard

```
 qt.qml.signalhandler: Property 'onPressed' of object QQuickMouseArea_QML_94 is a signal handler. You should not call it directly. Make it a proper function and call that or emit the signal.
```

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20241007
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Graphics Platform: Wayland
Comment 1 Konrad Materka 2024-10-16 19:19:06 UTC
For reference, it was changed intentionally to work this way. For more information please check:
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4757

I don't know if there is a good way to fix this warning.