mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
Use signed integer type for counters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user