Fixed those nasty "Client::updateLastSeen(): Unknown buffer $bufferId" messages.
[quassel.git] / src / uisupport / bufferview.h
index 511d80f..f0fc2b6 100644 (file)
@@ -46,6 +46,8 @@ private slots:
   void keyPressEvent(QKeyEvent *);
   void rowsInserted (const QModelIndex & parent, int start, int end);
   void toggleHeader(bool checked);
+  void showContextMenu(const QPoint &);
+  void wheelEvent(QWheelEvent *);
 };