Prevent Quassel from crashing upon core dis- and reconnect and make the NickListWidgets
[quassel.git] / src / qtopia / nicklistwidget.h
index 35904d0..fe9a10e 100644 (file)
@@ -39,6 +39,9 @@ class NickListWidget : public QDialog {
     void setBuffer(Buffer *);
     void reset();
 
+  private slots:
+    void bufferDestroyed(QObject *);
+
   private:
     Ui::NickListWidget ui;
     QHash<Buffer *, NickView *> nickViews;