diff options
Diffstat (limited to 'subsurface-core/checkcloudconnection.h')
-rw-r--r-- | subsurface-core/checkcloudconnection.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/subsurface-core/checkcloudconnection.h b/subsurface-core/checkcloudconnection.h deleted file mode 100644 index 58a412797..000000000 --- a/subsurface-core/checkcloudconnection.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef CHECKCLOUDCONNECTION_H -#define CHECKCLOUDCONNECTION_H - -#include <QObject> -#include <QNetworkReply> -#include <QSsl> - -#include "checkcloudconnection.h" - -class CheckCloudConnection : public QObject { - Q_OBJECT -public: - CheckCloudConnection(QObject *parent = 0); - bool checkServer(); -private: - QNetworkReply *reply; -private -slots: - void sslErrors(QList<QSslError> errorList); -}; - -#endif // CHECKCLOUDCONNECTION_H |