X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuimessageprocessor.h;h=161385b069886016f46f2590d2a1e6223ff78b58;hp=91cc5770abdf1b721b1ae05b15235c9d0d5aa49c;hb=9950dd55446bedbccba1e7a27c4d042fb896d3c6;hpb=efa00e5a912c34c37bcc6dad7b8bc6e3a6f3e4fb diff --git a/src/qtui/qtuimessageprocessor.h b/src/qtui/qtuimessageprocessor.h index 91cc5770..161385b0 100644 --- a/src/qtui/qtuimessageprocessor.h +++ b/src/qtui/qtuimessageprocessor.h @@ -30,10 +30,12 @@ class QtUiMessageProcessor : public AbstractMessageProcessor { QtUiMessageProcessor(QObject *parent); - protected: + private: void processMessage(Message &msg); void processMessages(QList &msgs); + void checkForHighlight(Message &msg); + }; #endif