diff options
Diffstat (limited to 'checkcloudconnection.h')
-rw-r--r-- | checkcloudconnection.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/checkcloudconnection.h b/checkcloudconnection.h new file mode 100644 index 000000000..6c85203ac --- /dev/null +++ b/checkcloudconnection.h @@ -0,0 +1,15 @@ +#ifndef CHECKCLOUDCONNECTION_H +#define CHECKCLOUDCONNECTION_H + +#include <QObject> + +#include "checkcloudconnection.h" + +class CheckCloudConnection : public QObject { + Q_OBJECT +public: + CheckCloudConnection(QObject *parent = 0); + static bool checkServer(); +}; + +#endif // CHECKCLOUDCONNECTION_H |