mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
added new source statusbar folder
added for show each vote with the correct icon in Link Cloud git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@608 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4c8114d93d
commit
ad5694c8e5
6 changed files with 155 additions and 4 deletions
|
@ -116,6 +116,7 @@ private slots:
|
|||
|
||||
void updateMenu();
|
||||
void updateStatus();
|
||||
void peerstat();
|
||||
|
||||
void toggleVisibility(QSystemTrayIcon::ActivationReason e);
|
||||
void toggleVisibilitycontextmenu();
|
||||
|
@ -192,6 +193,8 @@ private:
|
|||
|
||||
QLabel *statusRates;
|
||||
QLabel *statusPeers;
|
||||
|
||||
class PeerStatus *peerstatus;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::MainWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue