From de87f226844a5dfcb61aecbf46cbc4a29ffba45b Mon Sep 17 00:00:00 2001 From: unknown <1310440+hemirt@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:11:31 +0100 Subject: [PATCH] revert publicizing shouldIncludeMessage from channelview --- src/widgets/helper/ChannelView.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;