Skip to content

MenuItem: Remove redundant check

ivan tkachenko requested to merge work/ratijas/menu-shortcut into master

MenuItem::action is Action type, which has the shortcut property. So, there is no point is checking for its existence.


This whole part of a MenuItem was introduced specifically for Elisa music player in order to port in to QQC2, and I don't see any regressions in its application menu.

Merge request reports