We finally got a nice solution to synchronize multiple views or whatevers[tm] even...
[quassel.git] / src / qtui / bufferview.h
index 0c06caf..8240f8d 100644 (file)
@@ -38,13 +38,9 @@ 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);
   
 private slots:
   void dropEvent(QDropEvent *);