https://bugs.kde.org/show_bug.cgi?id=400117
Andrea Scarpino <scarp...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/choqok/commit/de3801bb5 | |2f4d4ee3ad3cbaa7f8704d00138 | |81f3 Resolution|--- |FIXED --- Comment #35 from Andrea Scarpino <scarp...@kde.org> --- Git commit de3801bb52f4d4ee3ad3cbaa7f8704d0013881f3 by Andrea Scarpino, on behalf of Frédéric Brière. Committed on 21/06/2022 at 14:16. Pushed by scarpino into branch 'master'. Disconnect destroyed() signal from all tab widgets in ChoqokTabBar dtor Because the QWidget dtor will delete its children first, it is the responsability of any subclass to disconnect any signal that might be emitted as a result of a child's destruction. Otherwise, that signal could end up attempting to invoke a method on the now-destroyed parent. The ChoqokTabBar dtor must therefore disconnect the destroyed() signal from all children of its own QStackedWidget. M +5 -0 libchoqok/ui/choqoktabbar.cpp https://invent.kde.org/network/choqok/commit/de3801bb52f4d4ee3ad3cbaa7f8704d0013881f3 -- You are receiving this mail because: You are watching all bug changes.