fixed testing of onion server

This commit is contained in:
csoler 2022-01-15 22:03:27 +01:00
parent 5ab19eb564
commit 4a54587500
2 changed files with 2 additions and 3 deletions

View file

@ -38,9 +38,9 @@ protected slots:
void onOnionPortEdit(int);
void onNbFriendsToRequestsChanged(int n);
void updateTorProxyInfo();
void checkServerAddress();
private:
void checkServerAddress();
void updateFriendServerStatusIcon(bool ok);
QTimer *mConnectionCheckTimer;