From: Manuel Nickschas Date: Sun, 1 Feb 2009 00:21:29 +0000 (+0100) Subject: Split action handling and helper stuff from ContextMenuActionProvider X-Git-Tag: 0.4.0~128 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=57058eabefe58082635c0ff83bbd4714baa5b6a9;hp=57058eabefe58082635c0ff83bbd4714baa5b6a9;p=quassel.git Split action handling and helper stuff from ContextMenuActionProvider 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. ---