mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
added async testing of friend server
This commit is contained in:
parent
6c4e918b36
commit
d307b46c15
3 changed files with 48 additions and 35 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
protected slots:
|
||||
void onOnOffClick(bool b);
|
||||
void onOnionAddressEdit();
|
||||
void onOnionAddressEdit(const QString &);
|
||||
void onOnionPortEdit(int);
|
||||
void onNbFriendsToRequestsChanged(int n);
|
||||
void checkServerAddress();
|
||||
|
|
@ -45,4 +45,5 @@ private:
|
|||
|
||||
QTimer *mConnectionCheckTimer;
|
||||
QMovie *mCheckingServerMovie;
|
||||
bool mCurrentlyCheckingServerAddress;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue