Merging -r 859:865 branches/0.2/ with trunk
[quassel.git] / src / uisupport / bufferviewfilter.h
index 7fc6239..128b3e8 100644 (file)
@@ -65,7 +65,6 @@ public slots:
   void checkPreviousCurrentForRemoval(const QModelIndex &current, const QModelIndex &previous);
   void checkItemForRemoval(const QModelIndex &index) { checkItemsForRemoval(index, index); }
   void checkItemsForRemoval(const QModelIndex &topLeft, const QModelIndex &bottomRight);
-  void source_rowsInserted(const QModelIndex &parent, int start, int end);
   
 protected:
   bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;