X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fbufferviewfilter.h;h=c139ecb42d94cee33504edfd2305541400ac0ba1;hp=bd00e41f6265d6db7394e1308793acf96279f63a;hb=114eac810e1159fab7cc00834f380c909dd51a50;hpb=b49c0a2cb8a2e7225bfa3c5ab00ada6af0673a15 diff --git a/src/qtui/bufferviewfilter.h b/src/qtui/bufferviewfilter.h index bd00e41f..c139ecb4 100644 --- a/src/qtui/bufferviewfilter.h +++ b/src/qtui/bufferviewfilter.h @@ -54,7 +54,8 @@ public: public slots: void removeBuffer(const QModelIndex &); - + void invalidateFilter_(); + protected: bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const; bool lessThan(const QModelIndex &, const QModelIndex &) const;