Bug 494438 - qt.qml.signalhandler: Property 'onPressed' of object QQuickMouseArea_QML_94 is a signal handler. You should not call it directly.
Summary: qt.qml.signalhandler: Property 'onPressed' of object QQuickMouseArea_QML_94 i...
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray widget (show other bugs)
Version: 6.2.0
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-10 13:10 UTC by postix
Modified: 2024-10-16 19:19 UTC (History)
2 users (show)

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 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.