35 QStringList subtiers_;
MessagePredicate checking for the badges of a message.
Definition: SubtierPredicate.hpp:13
Definition: Application.cpp:48
Abstract base class for message predicates.
Definition: MessagePredicate.hpp:17
Definition: Message.hpp:54
bool appliesTo(const Message &message) override
Checks whether the message contains any of the subtiers passed in the constructor.
Definition: SubtierPredicate.cpp:19
SubtierPredicate(const QStringList &subtiers)
Create an SubtierPredicate with a list of subtiers to search for.
Definition: SubtierPredicate.cpp:7