Skip to content

Use KToolBarPopupAction::popupMenu() instead of menu()

According to the KF6 documentation of KToolBarPopupAction, you shouldn't use setMenu, but without calling it menu() returns nullptr

Merge request reports