Skip to content
Commit c94ade60 authored by David Faure's avatar David Faure
Browse files

KActionCollection::setDefaultShortcuts now makes the shortcut active too.

This simplifies app development, which otherwise needs to write everything
twice, like this:
m_actFullScreen->setShortcut(Qt::Key_F11)
collection->setDefaultShortcut(m_actFullScreen, Qt::Key_F11);

REVIEW: 120062
parent 52f32e34
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment