Fixed disconnect from Core. Dis- and reconnecting should now work as expected.
[quassel.git] / src / client / client.h
index a974978..a55a92b 100644 (file)
@@ -116,6 +116,8 @@ class Client : public QObject {
     void recvBacklogData(BufferId, const QList<QVariant> &, bool);
     void updateBufferId(BufferId);
 
+    void removeBuffer(Buffer *);
+
     void layoutMsg();
 
   private: