Skip to content

Draft: Replace non-static KActionCollection::setDefaultShortcut function calls with equivalent static call

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

Syntax change. Replaces non-static setDefaultShortcut function calls on KActionCollection instances with static KActionCollection::setDefaultShortcut function calls.

Merge request reports