Initialize member variables

This commit is contained in:
Chocobo1 2023-05-07 15:16:32 +08:00
commit 73134d5f4d
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
29 changed files with 49 additions and 64 deletions

View file

@ -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);
}