X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=361467aa19a0691199cc6d2540a5df82a3be6aa9;hp=63c0ca06134982f47d5275ec186deffe81691137;hb=14a1ee538d01e41dc55a6e733a7804930aa9fff8;hpb=b856748999df4fdf3092afca52bc584fa07a2cc1 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 63c0ca06..361467aa 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -73,6 +73,8 @@ class MainWin void addBufferView(ClientBufferViewConfig *config); BufferView *allBuffersView() const; + BufferWidget *bufferWidget() const { return _bufferWidget; } + inline SystemTray *systemTray() const; bool event(QEvent *event); @@ -111,6 +113,7 @@ class MainWin void addBufferView(int bufferViewConfigId); void awayLogDestroyed(); void removeBufferView(int bufferViewConfigId); + void currentBufferChanged(BufferId); void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId());