mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fix kbps comment in NetworkPeer
This commit is contained in:
parent
3a10da688f
commit
4c4af81d3d
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ public:
|
|||
void recordBytesSent(int count);
|
||||
void recordBytesReceived(int count);
|
||||
|
||||
float getOutboundBandwidth() // in kbps;
|
||||
float getInboundBandwidth() // in kbps;
|
||||
float getOutboundBandwidth(); // in kbps
|
||||
float getInboundBandwidth(); // in kbps
|
||||
|
||||
friend QDataStream& operator<<(QDataStream& out, const NetworkPeer& peer);
|
||||
friend QDataStream& operator>>(QDataStream& in, NetworkPeer& peer);
|
||||
|
|
Loading…
Reference in a new issue