Format code

This commit is contained in:
Alex Spataru 2021-12-05 05:10:11 -06:00
parent 754e6c0226
commit 3c6fb53acb

View File

@ -50,8 +50,8 @@ Client::Client()
auto io = IO::Manager::getInstance();
auto te = Misc::TimerEvents::getInstance();
connect(te, &Misc::TimerEvents::lowFreqTimeout, this, &Client::sendData);
connect(io, &IO::Manager::connectedChanged, this, &Client::resetStatistics);
connect(io, &IO::Manager::frameReceived, this, &Client::onFrameReceived);
connect(io, &IO::Manager::connectedChanged, this, &Client::resetStatistics);
}
/**