Started to reorganize the Buffer{Model|View|Filter}. Mostly cleanup at the moment.
[quassel.git] / src / qtui / bufferview.h
index 8a130d6..0c06caf 100644 (file)
@@ -46,8 +46,9 @@ signals:
   void removeBuffer(const QModelIndex &);
   void selectionChanged(const QModelIndex &, QItemSelectionModel::SelectionFlags);
   
-protected:
+private slots:
   void dropEvent(QDropEvent *);
+  void joinChannel(const QModelIndex &index);
   void keyPressEvent(QKeyEvent *);
   void rowsInserted (const QModelIndex & parent, int start, int end);
 };