Skip to content

ApplicationItem: Fix Shortcut's warning about sequence vs. sequences

ivan tkachenko requested to merge work/ratijas/sequences into master

It used to trigger warnings like these:

file:///usr/lib/qml/org/kde/kirigami.2/ApplicationItem.qml:151:9: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 13. Use 'sequences: [ <key> ]' to bind to all of them.
file:///usr/lib/qml/org/kde/kirigami.2/ApplicationItem.qml:147:9: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 14. Use 'sequences: [ <key> ]' to bind to all of them.

Merge request reports