X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fbufferview.h;h=b7d5043cfa0b4000603b4db071158b0fb55c3748;hb=114eac810e1159fab7cc00834f380c909dd51a50;hp=0c06cafa407d3a82cc36ca9d9d3d7f6718aef73e;hpb=8a618fb4514d83a76cec8e7cd1319b935366a616;p=quassel.git diff --git a/src/qtui/bufferview.h b/src/qtui/bufferview.h index 0c06cafa..b7d5043c 100644 --- a/src/qtui/bufferview.h +++ b/src/qtui/bufferview.h @@ -36,18 +36,12 @@ 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); private slots: - void dropEvent(QDropEvent *); void joinChannel(const QModelIndex &index); void keyPressEvent(QKeyEvent *); void rowsInserted (const QModelIndex & parent, int start, int end);