Skip to content

Eliminate compilation warnings for plugins from using QAction::setShortcut(s)

Theodore Wang requested to merge theodorewang12/my-konsole:master into master

Replaced QAction::setShortcut(s) with KActionCollection::setDefaultShortcut(s) to eliminate compilation warnings

BUG:462615

Merge request reports