https://bugs.kde.org/show_bug.cgi?id=426175
--- Comment #194 from Maik Qualmann <metzping...@gmail.com> --- Yes, calling virtual functions in the constructor / destructor can cause problems. I also think that "this->aboutToDeactivate()" now never calls the derived class through "this". I'm testing it out tonight. I think we can mark the derived class with the "final" keyword to prevent problems. Maik -- You are receiving this mail because: You are watching all bug changes.