Adding a context menu for permanent removal of buffers.
[quassel.git] / src / uisupport / bufferview.h
index 511d80f..76201b2 100644 (file)
@@ -46,6 +46,7 @@ private slots:
   void keyPressEvent(QKeyEvent *);
   void rowsInserted (const QModelIndex & parent, int start, int end);
   void toggleHeader(bool checked);
+  void showContextMenu(const QPoint &);
 };