mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
This commit is contained in:
@@ -73,8 +73,10 @@ private:
|
||||
// Will overflow at 15.9 EiB
|
||||
quint64 alltimeUL;
|
||||
quint64 alltimeDL;
|
||||
quint64 sessionUL;
|
||||
quint64 sessionDL;
|
||||
qint64 sessionUL;
|
||||
qint64 sessionDL;
|
||||
mutable qint64 lastWrite;
|
||||
mutable bool dirty;
|
||||
};
|
||||
|
||||
#endif // TORRENTSPEEDMONITOR_H
|
||||
|
||||
Reference in New Issue
Block a user