mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
revert publicizing shouldIncludeMessage from channelview
This commit is contained in:
parent
21e1df0f7c
commit
de87f22684
|
@ -179,9 +179,6 @@ public:
|
||||||
|
|
||||||
LimitedQueueSnapshot<MessageLayoutPtr> &getMessagesSnapshot();
|
LimitedQueueSnapshot<MessageLayoutPtr> &getMessagesSnapshot();
|
||||||
|
|
||||||
// Returns true if message should be included
|
|
||||||
bool shouldIncludeMessage(const MessagePtr &message) const;
|
|
||||||
|
|
||||||
void queueLayout();
|
void queueLayout();
|
||||||
void invalidateBuffers();
|
void invalidateBuffers();
|
||||||
|
|
||||||
|
@ -388,6 +385,9 @@ private:
|
||||||
|
|
||||||
FilterSetPtr channelFilters_;
|
FilterSetPtr channelFilters_;
|
||||||
|
|
||||||
|
// Returns true if message should be included
|
||||||
|
bool shouldIncludeMessage(const MessagePtr &message) const;
|
||||||
|
|
||||||
// Returns whether the scrollbar should have highlights
|
// Returns whether the scrollbar should have highlights
|
||||||
bool showScrollbarHighlights() const;
|
bool showScrollbarHighlights() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue