https://bugs.kde.org/show_bug.cgi?id=437920
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- 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.