X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuimessageprocessor.h;h=40eb86047e2ac823f69535249ad4ff0366912276;hp=64ae5a0583809660d3b321c48b169de6c9fbea5a;hb=79fbcfb49f7cc92a89f0158ebac1a3006a559e8a;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/qtui/qtuimessageprocessor.h b/src/qtui/qtuimessageprocessor.h index 64ae5a05..40eb8604 100644 --- a/src/qtui/qtuimessageprocessor.h +++ b/src/qtui/qtuimessageprocessor.h @@ -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;