https://bugs.kde.org/show_bug.cgi?id=483973
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/sdk/ | |kcachegrind/-/commit/2dfd6e | |65f3422fa9dc2c85a2e21be0884 | |ee95ab2 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Albert Astals Cid <aa...@kde.org> --- Git commit 2dfd6e65f3422fa9dc2c85a2e21be0884ee95ab2 by Albert Astals Cid, on behalf of Quinten Kock. Committed on 01/04/2024 at 09:43. Pushed by aacid into branch 'master'. Fix crash when opening the back/forward/up action menus The popup menu for back/forward/up on the toolbar crashes KCacheGrind when KF6 is used. It seems the KToolBarPopupAction widget changed in KF6, and menu() is now null() by default, and we should use popupMenu() instead. See also: https://api.kde.org/frameworks/kwidgetsaddons/html/classKToolBarPopupAction.html M +3 -3 kcachegrind/toplevel.cpp https://invent.kde.org/sdk/kcachegrind/-/commit/2dfd6e65f3422fa9dc2c85a2e21be0884ee95ab2 -- You are receiving this mail because: You are watching all bug changes.