Properly focus BufferView on first click
[quassel.git] / src / uisupport / bufferview.h
index 4e83369..12bb902 100644 (file)
@@ -78,6 +78,7 @@ private slots:
 
   void on_collapse(const QModelIndex &index);
   void on_expand(const QModelIndex &index);
+  void on_clicked(const QModelIndex &index);
   void on_configChanged();
 
 private: