mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Initialize pointer to a default value
This commit is contained in:
@@ -37,11 +37,6 @@
|
||||
|
||||
TorrentContentModelItem::TorrentContentModelItem(TorrentContentModelFolder *parent)
|
||||
: m_parentItem(parent)
|
||||
, m_size(0)
|
||||
, m_remaining(0)
|
||||
, m_priority(BitTorrent::DownloadPriority::Normal)
|
||||
, m_progress(0)
|
||||
, m_availability(-1.)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user