Fixed disconnect from Core. Dis- and reconnecting should now work as expected.
[quassel.git] / src / client / buffertreemodel.h
index 23471ad..91fe43d 100644 (file)
@@ -67,6 +67,7 @@ public:
   virtual Qt::ItemFlags flags(const QModelIndex &index) const;
   
 //  void clearActivity(Buffer *buffer);
+  void clear();  // EgS: check this
   
 public slots:
   void bufferUpdated(Buffer *);