mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Make use of chrono literals from std library
This commit is contained in:
@@ -111,7 +111,7 @@ private:
|
||||
private:
|
||||
const milliseconds m_resolution;
|
||||
const milliseconds m_maxDuration;
|
||||
milliseconds m_currentDuration {0ms};
|
||||
milliseconds m_currentDuration {0};
|
||||
int m_counter = 0;
|
||||
SampleData m_accumulator {};
|
||||
DataCircularBuffer m_sink {};
|
||||
|
||||
Reference in New Issue
Block a user