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)
commit57058eabefe58082635c0ff83bbd4714baa5b6a9
tree398dbff1e80e9e2233681465e882b8a356b1a4ad
parenta540a0285feef171e16fd6225b0e045fc5fc52e4
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.
src/uisupport/CMakeLists.txt
src/uisupport/contextmenuactionprovider.cpp
src/uisupport/contextmenuactionprovider.h
src/uisupport/networkmodelcontroller.cpp [new file with mode: 0644]
src/uisupport/networkmodelcontroller.h [new file with mode: 0644]