X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fbufferview.h;h=b7d5043cfa0b4000603b4db071158b0fb55c3748;hb=114eac810e1159fab7cc00834f380c909dd51a50;hp=8a130d6898fbeb90b72145f9e8bb61120d6c70d4;hpb=9fd4619e9aca7d53d7c5df156a0b25956a1bf682;p=quassel.git diff --git a/src/qtui/bufferview.h b/src/qtui/bufferview.h index 8a130d68..b7d5043c 100644 --- a/src/qtui/bufferview.h +++ b/src/qtui/bufferview.h @@ -36,18 +36,13 @@ public: BufferView(QWidget *parent = 0); void init(); void setModel(QAbstractItemModel *model); - void setFilteredModel(QAbstractItemModel *model, BufferViewFilter::Modes mode, QStringList nets); + void setFilteredModel(QAbstractItemModel *model, BufferViewFilter::Modes mode, QList nets); -public slots: - void select(const QModelIndex &); - signals: - void eventDropped(QDropEvent *); void removeBuffer(const QModelIndex &); - void selectionChanged(const QModelIndex &, QItemSelectionModel::SelectionFlags); -protected: - void dropEvent(QDropEvent *); +private slots: + void joinChannel(const QModelIndex &index); void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end); };