added the basic natstatus feature for statusbar,

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-05-01 12:45:27 +00:00
parent 9113d01977
commit 255b5dca39
6 changed files with 225 additions and 19 deletions

View file

@ -62,6 +62,7 @@ class SMPlayer;
class PeerStatus;
class DHTStatus;
class NATStatus;
void openFile(std::string path);
@ -216,6 +217,8 @@ private:
QLabel *statusRates;
PeerStatus *peerstatus;
DHTStatus *dhtstatus;
NATStatus *natstatus;
QLabel *_hashing_info_label ;