mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
associated changes for the GUI. move all datarate reference to use rsConfig.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5890 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
de80f2aa3e
commit
4561752c45
5 changed files with 21 additions and 24 deletions
|
@ -580,7 +580,7 @@ void MainWindow::updateStatus()
|
|||
|
||||
float downKb = 0;
|
||||
float upKb = 0;
|
||||
rsicontrol -> ConfigGetDataRates(downKb, upKb);
|
||||
rsConfig->GetCurrentDataRates(downKb, upKb);
|
||||
|
||||
if (ratesstatus)
|
||||
ratesstatus->getRatesStatus(downKb, upKb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue