mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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:
parent
cab10aa7b4
commit
4ad541d066
4 changed files with 22 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue