fix kbps comment in NetworkPeer

This commit is contained in:
Stephen Birarda 2015-04-30 08:58:26 -07:00
parent 3a10da688f
commit 4c4af81d3d

View file

@ -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);