X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientbacklogmanager.h;h=5a8585bd61089d9f565973986ac5338c6d465ca1;hp=a0420abd344d87c4aa3be2ca4783c796c75fb851;hb=46d75f41de7c1aaee605c096da28d4b0d8abf138;hpb=335e1e55ee8df69b37b1b4d839950ced9ac08cc4 diff --git a/src/client/clientbacklogmanager.h b/src/client/clientbacklogmanager.h index a0420abd..5a8585bd 100644 --- a/src/client/clientbacklogmanager.h +++ b/src/client/clientbacklogmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -47,6 +47,8 @@ signals: void messagesRequested(const QString &) const; void messagesProcessed(const QString &) const; + void updateProgress(int, int); + private: bool isBuffering(); void stopBuffering();