Fixed annoying bug where the nicklist wouldn't be shown sometimes because of an incon...
[quassel.git] / src / uisupport / nickview.h
index 2dcf180..a131c0a 100644 (file)
@@ -34,6 +34,9 @@ class NickView : public QTreeView {
     NickView(QWidget *parent = 0);
     virtual ~NickView();
 
+  protected:
+    void rowsInserted(const QModelIndex &, int, int);
+
   public slots:
     void setModel(NickModel *model);