Features come and features go...
[quassel.git] / src / uisupport / nickview.h
index 54313ac..70206cb 100644 (file)
@@ -37,11 +37,11 @@ class NickView : public QTreeView {
   protected:
     void rowsInserted(const QModelIndex &, int, int);
 
   protected:
     void rowsInserted(const QModelIndex &, int, int);
 
-  public slots:
-    void setModel(NickModel *model);
+//   public slots:
+//     void setModel(NickModel *model);
 
 
-  private:
-    QSortFilterProxyModel *filteredModel;
+//   private:
+//     QSortFilterProxyModel *filteredModel;
 
 };
 
 
 };