Use signed integer type for counters

This commit is contained in:
Chocobo1
2022-04-02 16:31:59 +08:00
parent bbd781c420
commit 2854630b1c
8 changed files with 51 additions and 56 deletions

View File

@@ -469,8 +469,8 @@ namespace BitTorrent
bool hasRunningSeed() const;
const SessionStatus &status() const;
const CacheStatus &cacheStatus() const;
quint64 getAlltimeDL() const;
quint64 getAlltimeUL() const;
qint64 getAlltimeDL() const;
qint64 getAlltimeUL() const;
bool isListening() const;
MaxRatioAction maxRatioAction() const;