- DownloadView columns can be now hidden by user preference. Settings are persistent
[qtrapids] / src / server / TorrentHandle.hpp
index 9bd716f..712b1bd 100644 (file)
@@ -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;