* Added functionality for Bandwidth Graph, it shows now down and upload speed and Recv/Sent Data in KB/MB

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-02-11 23:28:10 +00:00
parent c8837d5b96
commit bcfb410ba4
3 changed files with 35 additions and 13 deletions

View file

@ -353,12 +353,11 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
menu->addSeparator();
menu->addAction(_messengerwindowAct);
menu->addAction(_messagesAct);
menu->addAction(_bandwidthAct);
/* bandwidth only in development version */
#ifdef RS_RELEASE_VERSION
#else
menu->addAction(_bandwidthAct);
menu->addAction(_appAct);
#endif
menu->addAction(_prefsAct);