https://bugs.kde.org/show_bug.cgi?id=437920
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Edmundson <[email protected]> --- Dialog::~Dialog() { if (!QCoreApplication::instance()->closingDown()) { DialogShadows::self()->removeWindow(this); } we can either explicitly call hide() or make dialogshadows automagically remove things connected to QObject::destroyed and then kill this line (probably better?) -- You are receiving this mail because: You are watching all bug changes.
