mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
generated for statusRates own class to clean more MainWindow
clean up some namings git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1157 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e3a5372597
commit
69914204db
13 changed files with 184 additions and 45 deletions
|
@ -63,6 +63,7 @@ class SMPlayer;
|
|||
class PeerStatus;
|
||||
class DHTStatus;
|
||||
class NATStatus;
|
||||
class RatesStatus;
|
||||
|
||||
void openFile(std::string path);
|
||||
|
||||
|
@ -202,11 +203,11 @@ private:
|
|||
QAction *toggleVisibilityAction, *toolAct;
|
||||
QMenu *menu;
|
||||
|
||||
QLabel *statusRates;
|
||||
//QLabel *statusRates;
|
||||
PeerStatus *peerstatus;
|
||||
DHTStatus *dhtstatus;
|
||||
NATStatus *natstatus;
|
||||
|
||||
RatesStatus *ratesstatus;
|
||||
|
||||
QLabel *_hashing_info_label ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue