Make the style engine fix a little less obscure by copying the string explicitely...
[quassel.git] / src / uisupport / bufferviewfilter.h
index 5e874f2..f27352e 100644 (file)
@@ -57,7 +57,6 @@ public:
                                                                           
 public slots:
   void removeBuffer(const QModelIndex &);
-  void invalidateFilter_();
   
 protected:
   bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;