mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Initialize member variables
This commit is contained in:
@@ -139,5 +139,5 @@ private:
|
||||
Averager *m_currentAverager {&m_averager5Min};
|
||||
|
||||
QMap<GraphID, GraphProperties> m_properties;
|
||||
milliseconds m_currentMaxDuration;
|
||||
milliseconds m_currentMaxDuration {0};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user