fixing the creating of new buffers in the client. bye bye Client::buffer(BufferId)
[quassel.git] / src / qtui / chatview.h
index 244b5f4..998d9fc 100644 (file)
@@ -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; }