diff options
Diffstat (limited to 'examples/quickcontrols/gallery/gallery.qml')
-rw-r--r-- | examples/quickcontrols/gallery/gallery.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/quickcontrols/gallery/gallery.qml b/examples/quickcontrols/gallery/gallery.qml index b287e1c69c..c06d1eb847 100644 --- a/examples/quickcontrols/gallery/gallery.qml +++ b/examples/quickcontrols/gallery/gallery.qml @@ -63,11 +63,6 @@ ApplicationWindow { } } - Shortcut { - sequence: "Menu" - onActivated: optionsMenuAction.trigger() - } - Action { id: optionsMenuAction icon.name: "menu" |