Skip to content
Commit 5e9226a2 authored by Ahmad Samir's avatar Ahmad Samir
Browse files

SessionController: don't delete actions removed from QMenu manually

This isn't needed as QMenu takes care of deleting removed actions (that
are children of it). Confirmed with QObject::connect() call on
QObject::destroyed signal. And skimming the upstream QMenu::actionEvent()
code.

(cherry picked from commit 3711e884)
parent b193b8b1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment