Collect and save alltime UL/DL samples

This commit is contained in:
Nick Tiskov
2013-11-14 23:56:13 +04:00
parent d1921933f4
commit 687e7a1343
4 changed files with 51 additions and 4 deletions

View File

@@ -107,6 +107,8 @@ public:
inline bool isLSDEnabled() const { return LSDEnabled; }
inline bool isPexEnabled() const { return PeXEnabled; }
inline bool isQueueingEnabled() const { return queueingEnabled; }
quint64 getAlltimeDL() const;
quint64 getAlltimeUL() const;
public slots:
QTorrentHandle addTorrent(QString path, bool fromScanDir = false, QString from_url = QString(), bool resumed = false);