https://bugs.kde.org/show_bug.cgi?id=375114
Christoph Feck <cf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Christoph Feck <cf...@kde.org> --- Using global QWidgets is not supported. The destructor will be called after the application has already been destroyed. Please make the menu a child of some other GUI object that is deleted together with the main window. -- You are receiving this mail because: You are watching all bug changes.