You can now switch buffers via mousewhell, when the cursor is over a buffer view.
[quassel.git] / src / uisupport / bufferview.h
index 76201b2..f0fc2b6 100644 (file)
@@ -47,6 +47,7 @@ private slots:
   void rowsInserted (const QModelIndex & parent, int start, int end);
   void toggleHeader(bool checked);
   void showContextMenu(const QPoint &);
+  void wheelEvent(QWheelEvent *);
 };