https://bugs.kde.org/show_bug.cgi?id=485662
--- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit b9b810fdd233a22b26a0549adeee8993347b1e4c by Ralf Habacker. Committed on 21/04/2024 at 12:41. Pushed by habacker into branch 'master'. Life cycle of the instance of the AlkWebView/AlkWebPage class improved The creation of instances of the AlkWebView and AlkWebPage classes has been moved out of the AlkOnlineProfileManager in order to have more control over the life cycle. The AlkOnlineProfileManager class now only contains pointers to corresponding instances that must be set externally. M +1 -1 src/alkonlinequote_p.cpp M +16 -6 src/alkonlinequotesprofilemanager.cpp M +34 -0 src/alkonlinequotesprofilemanager.h M +24 -8 src/alkonlinequoteswidget.cpp M +4 -0 src/alkwebpage.cpp M +4 -0 src/alkwebview.cpp https://invent.kde.org/office/alkimia/-/commit/b9b810fdd233a22b26a0549adeee8993347b1e4c -- You are receiving this mail because: You are the assignee for the bug.