X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuimessageprocessor.h;h=40eb86047e2ac823f69535249ad4ff0366912276;hp=de2d88c192d34336087ca195c334c66c05c11ad5;hb=83efa7dcd9771008e7600b4c35db0dde6e0bc995;hpb=6d55e659fa87565462d7f3e92da594fdcf9708a2 diff --git a/src/qtui/qtuimessageprocessor.h b/src/qtui/qtuimessageprocessor.h index de2d88c1..40eb8604 100644 --- a/src/qtui/qtuimessageprocessor.h +++ b/src/qtui/qtuimessageprocessor.h @@ -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 * @@ -55,15 +55,12 @@ private slots: private: void checkForHighlight(Message &msg); void startProcessing(); - void updateProgress(bool start = false); QList > _processQueue; QList _currentBatch; QTimer _processTimer; bool _processing; Mode _processMode; - int _msgsProcessed, _msgCount; - QTime _progressTimer; struct HighlightRule { QString name;