mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Initialize member variables
This commit is contained in:
parent
29c05ed3e8
commit
73134d5f4d
29 changed files with 49 additions and 64 deletions
|
@ -41,7 +41,6 @@ using namespace std::chrono_literals;
|
|||
|
||||
BandwidthScheduler::BandwidthScheduler(QObject *parent)
|
||||
: QObject(parent)
|
||||
, m_lastAlternative(false)
|
||||
{
|
||||
connect(&m_timer, &QTimer::timeout, this, &BandwidthScheduler::onTimeout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue