https://bugs.kde.org/show_bug.cgi?id=517139
--- Comment #1 from [email protected] --- I looked at this a bit more, I think the issue stems from the use of QScopePointer in KisPart: QScopePointer<KisSessionManagerDialog> sessionManager; I think something changes in Qt6 with ownership and deletion. If I change this to use a QPointer instead the bug goes away. -- You are receiving this mail because: You are watching all bug changes.
