Action enhances QAction with a subset of KDE's KAction capabilities
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 19 Sep 2008 22:49:45 +0000 (00:49 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 20 Sep 2008 02:16:07 +0000 (04:16 +0200)
This mostly adds configurable default and custom shortcuts to QAction. The API
we use has been taken from KAction, in order to make KDE integration easier later on.
Note that we only define/implement a subset of KAction's API, since we don't have
global shortcuts and don't support alternate shortcuts (yet?).


No differences found