mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Format code
This commit is contained in:
parent
754e6c0226
commit
3c6fb53acb
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user