X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fabstractmessageprocessor.cpp;h=ae895cdd37234c98676a8496dace2be7c5954b65;hb=5910ce5b98f8752002a6a26199eac9a3c10cb9e7;hp=0f692af89d07ca86748d7c9134f52c07eba49211;hpb=5159e200a1c4c0998f302ae7c57325ed322c1e85;p=quassel.git diff --git a/src/client/abstractmessageprocessor.cpp b/src/client/abstractmessageprocessor.cpp index 0f692af8..ae895cdd 100644 --- a/src/client/abstractmessageprocessor.cpp +++ b/src/client/abstractmessageprocessor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2005-08 by the Quassel Project * +* Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,12 +22,11 @@ #include "client.h" -AbstractMessageProcessor::AbstractMessageProcessor(QObject *parent) : QObject(parent) { - - - +AbstractMessageProcessor::AbstractMessageProcessor(QObject *parent) + : QObject(parent) +{ } -void AbstractMessageProcessor::postProcess(Message &msg) { - Client::buffer(msg.bufferInfo())->updateActivityLevel(msg); -} +// void AbstractMessageProcessor::postProcess(Message &msg) { +// Client::buffer(msg.bufferInfo())->updateActivityLevel(msg); +// }