https://bugs.kde.org/show_bug.cgi?id=452063
Halla Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Halla Rempt <[email protected]> --- That looks like there's somehow an invalid or null pointer in the list of actions. changing if (action->property("tool_action").isValid()) { into if (action && action->property("tool_action").isValid()) { should be sufficient, I guess. -- You are receiving this mail because: You are watching all bug changes.
