Rework the context menu action handling in BufferView
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 24 Nov 2008 00:10:14 +0000 (01:10 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 30 Nov 2008 04:24:41 +0000 (05:24 +0100)
commited6c4d268fd8e4aa2982b2ab8c1e11033fc0f9e5
treef134905b395d9b88d9b8db54795291bffe27c9a6
parentbe7b028fb2d78c462d15dd2fbd05e548a99cb4ef
Rework the context menu action handling in BufferView

This is in preparation of externally usable context menu actions (i.e. from within ChatView).
We put all actions into a local ActionCollection now - this makes it possible to
use its actionTriggered() signal to react on triggering anyone of our own actions.
src/uisupport/bufferview.cpp
src/uisupport/bufferview.h