mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Fix coverity issues
torrentcontentmodel: Use a variable to store filesCount optionsdlg: add fallthrough comment to suppress warning speedPlotview: initialize member misc: fix wrong type used, add spaces
This commit is contained in:
@@ -37,6 +37,7 @@ SpeedPlotView::SpeedPlotView(QWidget *parent)
|
||||
, m_data5Min(MIN5_BUF_SIZE)
|
||||
, m_data30Min(MIN30_BUF_SIZE)
|
||||
, m_data6Hour(HOUR6_BUF_SIZE)
|
||||
, m_period(MIN5)
|
||||
, m_viewablePointsCount(MIN5_SEC)
|
||||
, m_counter30Min(-1)
|
||||
, m_counter6Hour(-1)
|
||||
|
||||
Reference in New Issue
Block a user