Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void CStats::AddReceives(quint64 size)
58
{
59
m_TotalReceives += size;
60
if(GetReceiveRate() <= 0)
61
emit sigDataChanged();
62
}
63
64
QString CStats::SendRate()
65
{
Callers
4
slotReadyRead
Method · 0.80
slotReadyRead
Method · 0.80
OnInit
Method · 0.80
slotNewData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected