Split action handling and helper stuff from ContextMenuActionProvider
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 1 Feb 2009 00:21:29 +0000 (01:21 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Feb 2009 00:26:32 +0000 (01:26 +0100)
This provides a common baseclass for the menu and the toolbar action providers.
We can't lump the two together, since menu actions are quite different from toolbar
actions in some respects. The common baseclass avoids code duplication.


No differences found