mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Add a 3-Hour graph
This commit is contained in:
parent
c8979a6a49
commit
f3e4338efc
3 changed files with 6 additions and 0 deletions
|
@ -230,6 +230,10 @@ void SpeedPlotView::setPeriod(const TimePeriod period)
|
|||
m_currentMaxDuration = 30min;
|
||||
m_currentAverager = &m_averager30Min;
|
||||
break;
|
||||
case SpeedPlotView::HOUR3:
|
||||
m_currentMaxDuration = 3h;
|
||||
m_currentAverager = &m_averager6Hour;
|
||||
break;
|
||||
case SpeedPlotView::HOUR6:
|
||||
m_currentMaxDuration = 6h;
|
||||
m_currentAverager = &m_averager6Hour;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue