mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
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:
parent
9113d01977
commit
255b5dca39
6 changed files with 225 additions and 19 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue