Running umbrello with KF5 framework from git master branch shows the following messages. which should be fixed. Shortcut for action "delete_selected" "Auswahl lös&chen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Shortcut for action "move_tab_left" "&Unterfenster nach links bewegen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Shortcut for action "move_tab_right" "&Unterfenster nach rechts bewegen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Shortcut for action "previous_tab" "Linkes Diagramm wählen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Shortcut for action "next_tab" "Rechtes Diagramm wählen" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Reproducible: Always Steps to Reproduce: 1. start umbrello/kf5 Actual Results: The mentioned warnings appear. Expected Results: The warnings should not appear.
I report a similar console message occurring for okular when a shortcut is defined for "Main Toolbar": kf.xmlgui: Shortcut for action "mainToolBar" "Show Toolbar" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.