https://bugs.kde.org/show_bug.cgi?id=363753
--- Comment #40 from RJVB <rjvber...@gmail.com> --- I maintain that the plugin shouldn't trigger callbacks if it cannot be sure that those callbacks are safe. Especially not if that cleanup is optional. It will be performed anyway, presumably when the QDBusConnection is destroyed. Both Breeze and Oxygen follow this principle, which for me is also one of the nice things of OOP. Normally I'm all for doing things cleanly (it still "bothers" me that I don't have to check the result of a "new" operation :)) but if things are cleaned up for me when their context goes out of scope, parent is destroyed, etc I'm not going to be begged to use that feature :) -- You are receiving this mail because: You are watching all bug changes.