X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fserver%2FTorrentHandle.hpp;h=712b1bd8518d1250daed4e0eb2797abd1850a654;hb=8ab7be77524b50a38852b0623c47d00b01253bdb;hp=9bd716feffe3d09ab274391a6b70bd4f12b8f78f;hpb=6ae61ea5faec84289c549193b680c32c9d0bf395;p=qtrapids diff --git a/src/server/TorrentHandle.hpp b/src/server/TorrentHandle.hpp index 9bd716f..712b1bd 100644 --- a/src/server/TorrentHandle.hpp +++ b/src/server/TorrentHandle.hpp @@ -61,6 +61,7 @@ public: QString name() const; size_t getTotalSize() const; + size_t getTotalDone() const; TorrentStatus::Id state() const; float progress() const; float uploadRate() const;