MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / AddReceives

Method AddReceives

Src/ParameterCompone/Stats.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CStats::AddReceives(quint64 size)
58{
59 m_TotalReceives += size;
60 if(GetReceiveRate() <= 0)
61 emit sigDataChanged();
62}
63
64QString CStats::SendRate()
65{

Callers 4

slotReadyReadMethod · 0.80
slotReadyReadMethod · 0.80
OnInitMethod · 0.80
slotNewDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected