X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferviewfilter.h;h=b2f47e3d7494d800c764028c6bec7b4cea5c7c71;hb=997fd2faaf19b25128fa7516be89aa5b0c165ae7;hp=b4bcb7be455071750fb38ebd05f855214df022e7;hpb=b324a124e384bd8c9f54d97c5b5d6a5cc50fd91b;p=quassel.git diff --git a/src/uisupport/bufferviewfilter.h b/src/uisupport/bufferviewfilter.h index b4bcb7be..b2f47e3d 100644 --- a/src/uisupport/bufferviewfilter.h +++ b/src/uisupport/bufferviewfilter.h @@ -119,9 +119,8 @@ private: bool filterAcceptBuffer(const QModelIndex &) const; bool filterAcceptNetwork(const QModelIndex &) const; void addBuffer(const BufferId &) const; + static bool bufferIdLessThan(const BufferId &, const BufferId &); }; Q_DECLARE_OPERATORS_FOR_FLAGS(BufferViewFilter::Modes) -bool bufferIdLessThan(const BufferId &, const BufferId &); - #endif // BUFFERVIEWFILTER_H_