https://bugs.kde.org/show_bug.cgi?id=521637
Arjen Hiemstra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/union/-/commit/53a7628ae |ma/union/-/commit/e9182ecb8 |2f35524235235083669788634fb |cb3680328f1b211b29a63563b62 |5036 |0fdc --- Comment #3 from Arjen Hiemstra <[email protected]> --- Git commit e9182ecb8cb3680328f1b211b29a63563b620fdc by Arjen Hiemstra. Committed on 19/06/2026 at 16:12. Pushed by ahiemstra into branch 'Plasma/6.7'. Don't use `inline static` for event type defaults This can result in multiple definitions of the same static when crossing shared library boundaries, which results in events not being recognised and things not working correctly. (cherry picked from commit 53a7628ae2f35524235235083669788634fb5036) Co-authored-by: Arjen Hiemstra <[email protected]> M +1 -0 src/Element.cpp M +1 -1 src/Element.h M +1 -0 src/output/qtquick/plugin/QuickElement.cpp M +1 -1 src/output/qtquick/plugin/QuickElement.h https://invent.kde.org/plasma/union/-/commit/e9182ecb8cb3680328f1b211b29a63563b620fdc -- You are receiving this mail because: You are watching all bug changes.
