Skip to content

Hand over parent to new QMenu in KActionMenu constructor

Derek Christ requested to merge (removed):fix-parent-menu into master

The parent QObject was not given to the newly created QMenu in the constructor of the KActionMenu class. This commit casts the parent QObject to a QWidget and hands it over to the new QMenu.

This change is necessary for this bug fix in dolphin: Merge Request

Merge request reports