Skip to content

Fix right click menu

Right click menu did not correctly display copy url and open url when the filter was open. The QObject hierarchy was deleting the actions between the creation and the execution of the menu. Hold the lifetime of the actions longer by using QSharedPointers on the parent.

Merge request reports