X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatview.h;h=998d9fc8162f00cc4ff753b5342e1f66cb48327f;hp=244b5f4bcbf669accda660becb435f8f885051f1;hb=6e50e532fa24b8e36237eb7ae9c5c9b21058519f;hpb=de6bcf921abc4880b1dd75d68e99761a12eb0d33 diff --git a/src/qtui/chatview.h b/src/qtui/chatview.h index 244b5f4b..998d9fc8 100644 --- a/src/qtui/chatview.h +++ b/src/qtui/chatview.h @@ -36,7 +36,7 @@ class ChatView : public QGraphicsView, public AbstractChatView { public: ChatView(MessageFilter *, QWidget *parent = 0); - ChatView(Buffer *, QWidget *parent = 0); + ChatView(BufferId bufferId, QWidget *parent = 0); virtual MsgId lastMsgId() const; inline ChatScene *scene() const { return _scene; }