mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -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
|
@ -23,7 +23,7 @@
|
|||
#include "StatisticDialog.h"
|
||||
#include <control/bandwidthevent.h>
|
||||
|
||||
#include <retroshare/rsiface.h>
|
||||
#include <retroshare/rsconfig.h>
|
||||
|
||||
#include <QTime>
|
||||
#include <QHeaderView>
|
||||
|
@ -121,7 +121,7 @@ void StatisticDialog::timerEvent( QTimerEvent * )
|
|||
/* set users/friends/network */
|
||||
float downKb = 0;
|
||||
float upKb = 0;
|
||||
rsicontrol -> ConfigGetDataRates(downKb, upKb);
|
||||
rsConfig->GetCurrentDataRates(downKb, upKb);
|
||||
|
||||
updateGraph(downKb,upKb);
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue