mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
commit
b3b2a4bf08
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void VOIPToasterNotify::voipBandwidthInfoReceived(const RsPeerId &peer_id,int by
|
|||
if (!mToasterBandwidthInfo.contains(peer_id)){
|
||||
ToasterItemData toasterItemData;
|
||||
toasterItemData.mPeerId = peer_id;
|
||||
toasterItemData.mMsg = tr("Bandwidth Info received from this peer:%1").arg(bytes_per_sec);
|
||||
toasterItemData.mMsg = tr("Bandwidth Info received from this peer: %1").arg(bytes_per_sec);
|
||||
|
||||
mPendingToasterBandwidthInfo.push_back(toasterItemData);
|
||||
mToasterBandwidthInfo.insert(peer_id, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue