obviously calling QSortFilterProxyModell::invalidate() isn't such a good Idea on...
[quassel.git] / src / qtui / bufferviewfilter.h
index bd00e41..c139ecb 100644 (file)
@@ -54,7 +54,8 @@ public:
   
 public slots:
   void removeBuffer(const QModelIndex &);
   
 public slots:
   void removeBuffer(const QModelIndex &);
-
+  void invalidateFilter_();
+  
 protected:
   bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
   bool lessThan(const QModelIndex &, const QModelIndex &) const;
 protected:
   bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
   bool lessThan(const QModelIndex &, const QModelIndex &) const;