Ripped the guts out of the BufferWidget (which is basically the StackedWidget contain...
[quassel.git] / src / qtui / bufferview.h
index 8a130d6..8240f8d 100644 (file)
@@ -38,16 +38,13 @@ public:
   void setModel(QAbstractItemModel *model);
   void setFilteredModel(QAbstractItemModel *model, BufferViewFilter::Modes mode, QStringList nets);
   
-public slots:
-  void select(const QModelIndex &);
-    
 signals:
   void eventDropped(QDropEvent *);
   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);
 };