mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
added back dhtstatus label to StatusBar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3702 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ddf97c8ed2
commit
5809e25a60
6 changed files with 36 additions and 26 deletions
|
@ -34,6 +34,7 @@ class Idle;
|
|||
class PeerStatus;
|
||||
class NATStatus;
|
||||
class RatesStatus;
|
||||
class DHTStatus;
|
||||
class HashingStatus;
|
||||
class ForumsDialog;
|
||||
class PeersDialog;
|
||||
|
@ -234,6 +235,7 @@ private:
|
|||
|
||||
PeerStatus *peerstatus;
|
||||
NATStatus *natstatus;
|
||||
DHTStatus *dhtstatus;
|
||||
RatesStatus *ratesstatus;
|
||||
HashingStatus *hashingstatus;
|
||||
QComboBox *statusComboBox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue