Add accessor for the All Buffers view to MainWin
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 08:45:22 +0000 (09:45 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:37:11 +0000 (15:37 +0100)
commit8b896450a5fc56a2bde37b44e81dc5af6c338be1
tree1eca4d7ac26a56cf6f0c3ae9601ec86836ace3e9
parent16e4a21c1292448c1a524010d70f6e59b84802f4
Add accessor for the All Buffers view to MainWin

This will allow us to access the UI features of the NetworkModel, e.g. for creating
context menu actions at a global location. We can't do this in NetworkModel since that
is Client only; the All Buffers view seems like a sensible location instead.
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/uisupport/bufferview.h