X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferwidget.h;h=4d9bf5644eb40f6e33be399c465f1f5e71f5c177;hp=17e939dcbeb97dc48f21a4084b2c200397fff822;hb=0b9f74984780aacbe85ca04c44ec6304c86557c2;hpb=2684aa5295d12e4f7c66b3011fc8b1819f3d1cbb diff --git a/src/qtui/bufferwidget.h b/src/qtui/bufferwidget.h index 17e939dc..4d9bf564 100644 --- a/src/qtui/bufferwidget.h +++ b/src/qtui/bufferwidget.h @@ -34,14 +34,14 @@ class BufferWidget : public AbstractBufferContainer { protected: virtual AbstractChatView *createChatView(BufferId); - virtual void removeChatView(AbstractChatView *view); + virtual void removeChatView(BufferId); protected slots: - virtual void showChatView(AbstractChatView *view); + virtual void showChatView(BufferId); private: Ui::BufferWidget ui; - + QHash _chatViews; }; #endif