Make tabcompletion key configurable via shortcuts. fixes 1018
[quassel.git] / src / uisupport / abstractbuffercontainer.h
index 474e10a..2911755 100644 (file)
@@ -60,7 +60,6 @@ protected:
 protected slots:
   virtual void currentChanged(const QModelIndex &current, const QModelIndex &previous);
   virtual void rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end);
-  virtual void rowsInserted(const QModelIndex &parent, int start, int end);
 
   //! Show the given chat view
   /** This method is called when the given chat view should be displayed. Use this e.g. for