https://bugs.kde.org/show_bug.cgi?id=364124
Bug ID: 364124
Summary: Runtime warning on running with KDE frameworks 5
Product: umbrello
Version: Git
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
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.
--
You are receiving this mail because:
You are watching all bug changes.