Newly created buffers are now selected automatically.
[quassel.git] / src / client / buffermodel.h
index 2d6f4b4..db8049d 100644 (file)
@@ -50,6 +50,7 @@ public:
   void mapProperty(int column, int role, QObject *target, const QByteArray &property);
 
   QModelIndex currentIndex();
+  void setCurrentIndex(const QModelIndex &newCurrent);
 
 private:
   SelectionModelSynchronizer _selectionModelSynchronizer;