mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 16:12:30 -06:00
committed by
GitHub
parent
52fbb774a2
commit
e4313d6651
@@ -64,8 +64,8 @@ struct Sample
|
||||
T upload {};
|
||||
};
|
||||
|
||||
typedef Sample<qlonglong> SpeedSample;
|
||||
typedef Sample<qreal> SpeedSampleAvg;
|
||||
using SpeedSample = Sample<qlonglong>;
|
||||
using SpeedSampleAvg = Sample<qreal>;
|
||||
|
||||
class SpeedMonitor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user