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