mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
added basic communication between FriendServer and its clients
This commit is contained in:
parent
d948086b5e
commit
ffa28000e3
8 changed files with 165 additions and 12 deletions
|
|
@ -35,10 +35,11 @@ public:
|
|||
protected slots:
|
||||
void onOnOffClick(bool b);
|
||||
void onOnionAddressEdit(const QString&);
|
||||
void onOnionPortEdit(int);
|
||||
void onNbFriendsToRequestsChanged(int n);
|
||||
void checkServerAddress();
|
||||
|
||||
private:
|
||||
void checkServerAddress();
|
||||
void updateFriendServerStatusIcon(bool ok);
|
||||
|
||||
QTimer *mConnectionCheckTimer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue