diff --git a/src/widgets/helper/ChannelView.hpp b/src/widgets/helper/ChannelView.hpp index a39efe4e8..e0981dd49 100644 --- a/src/widgets/helper/ChannelView.hpp +++ b/src/widgets/helper/ChannelView.hpp @@ -179,9 +179,6 @@ public: LimitedQueueSnapshot &getMessagesSnapshot(); - // Returns true if message should be included - bool shouldIncludeMessage(const MessagePtr &message) const; - void queueLayout(); void invalidateBuffers(); @@ -388,6 +385,9 @@ private: FilterSetPtr channelFilters_; + // Returns true if message should be included + bool shouldIncludeMessage(const MessagePtr &message) const; + // Returns whether the scrollbar should have highlights bool showScrollbarHighlights() const;