added async testing of friend server

This commit is contained in:
csoler 2022-10-03 23:06:08 +02:00
parent 6c4e918b36
commit d307b46c15
3 changed files with 48 additions and 35 deletions

View file

@ -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;
};