diff options
Diffstat (limited to 'core/checkcloudconnection.h')
-rw-r--r-- | core/checkcloudconnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/checkcloudconnection.h b/core/checkcloudconnection.h index 312a1e78c..414ddc434 100644 --- a/core/checkcloudconnection.h +++ b/core/checkcloudconnection.h @@ -11,11 +11,14 @@ class CheckCloudConnection : public QObject { public: CheckCloudConnection(QObject *parent = 0); bool checkServer(); + void pickServer(); private: QNetworkReply *reply; private slots: void sslErrors(const QList<QSslError> &errorList); + void gotIP(QNetworkReply *reply); + void gotContinent(QNetworkReply *reply); }; #endif // CHECKCLOUDCONNECTION_H |