X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewfilter.h;h=07fec1bf9ada37493e3ccd79202c695424d93ced;hb=1c0ad0ad9c7f7c71e642c868f731fe259f5776c2;hp=581cd6c9cd19936d81f444c897c96fffe911785a;hpb=f2e4609f070221a010eef8be98524c5ce88d228b;p=quassel.git diff --git a/src/uisupport/bufferviewfilter.h b/src/uisupport/bufferviewfilter.h index 581cd6c9..07fec1bf 100644 --- a/src/uisupport/bufferviewfilter.h +++ b/src/uisupport/bufferviewfilter.h @@ -62,6 +62,7 @@ public: public slots: void removeBuffer(const QModelIndex &); + void source_rowsInserted(const QModelIndex &parent, int start, int end); protected: bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;