https://bugs.kde.org/show_bug.cgi?id=512258
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/2d111f8e0b15da4da4e40111c | |05aa27411ecc400 Resolution|--- |FIXED Version| |6.6.0 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED --- Comment #2 from cwo <[email protected]> --- Git commit 2d111f8e0b15da4da4e40111c05aa27411ecc400 by Christoph Wolk. Committed on 12/01/2026 at 14:39. Pushed by cwo into branch 'master'. applets/weather: make Warnings uncreatable type The Warnings class is used in QML for its PriorityClass enum, but this doesn't actually work as it's an anonymous type. So the code doesn't do what it should, but prints runtime warnings regularly while warnings are active. Instead, we make it a regular, but uncreatable, QML_ELEMENT, and add the warnings header to the applet sources. FIXED-IN: 6.6.0 M +1 -0 applets/weather/CMakeLists.txt M +2 -1 applets/weather/weatherdata/warnings.h https://invent.kde.org/plasma/kdeplasma-addons/-/commit/2d111f8e0b15da4da4e40111c05aa27411ecc400 -- You are receiving this mail because: You are watching all bug changes.
