https://bugs.kde.org/show_bug.cgi?id=399572
--- Comment #1 from Vlad Zagorodniy <vladz...@gmail.com> --- So, I spent some time investigating why the hell this bug happens. Apparently, doUngrabKeyboard has to be re-implemented by a Platform sub-class. The only problem is that it's not a good idea to call a virtual method from the destructor of a base class. -- You are receiving this mail because: You are watching all bug changes.