Make tabcompletion key configurable via shortcuts. fixes 1018
[quassel.git] / src / uisupport / abstractbuffercontainer.h
index cc77efd..2911755 100644 (file)
@@ -52,12 +52,14 @@ protected:
    */
   virtual void removeChatView(BufferId) = 0;
 
-  virtual inline bool autoSetMarkerLine() const { return true; }
+  //! If true, the marker line will be set automatically on buffer switch
+  /** \return Whether the marker line should be set on buffer switch
+   */
+  virtual inline bool autoMarkerLine() const { return true; }
 
 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