X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclienttransfer.h;h=1bc612eee8b6ad8060a841c15ba04c457079db0b;hb=d682289cc69fac3a5776ef29059cc1f54d8d37d4;hp=4f54ef08afc6c3710799dea1d97a9306692103fd;hpb=a9f422812ea5a8d43297790283ba2fdfe65a9ead;p=quassel.git diff --git a/src/client/clienttransfer.h b/src/client/clienttransfer.h index 4f54ef08..1bc612ee 100644 --- a/src/client/clienttransfer.h +++ b/src/client/clienttransfer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,6 +37,8 @@ public: QString savePath() const; + quint64 transferred() const override; + public slots: // called on the client side void accept(const QString &savePath) const override;