diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 06:08:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-16 06:08:31 -0700 |
commit | 854f55fd89f399ba59881b8b11a52d20e3847f72 (patch) | |
tree | db23f2fbad65cea9b533591fd0f2499ddb239164 /qt-ui/subsurfacewebservices.h | |
parent | 0fa0eb2879bf72654a7febf8b977b0ba6f515658 (diff) | |
download | subsurface-854f55fd89f399ba59881b8b11a52d20e3847f72.tar.gz |
Move checking the cloud connection into its own files
This isn't UI related and shouldn't have been in a file full of UI
functionality.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/subsurfacewebservices.h')
-rw-r--r-- | qt-ui/subsurfacewebservices.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-ui/subsurfacewebservices.h b/qt-ui/subsurfacewebservices.h index 43d1a8add..e4866c529 100644 --- a/qt-ui/subsurfacewebservices.h +++ b/qt-ui/subsurfacewebservices.h @@ -129,13 +129,6 @@ private: }; -class CheckCloudConnection : public QObject { - Q_OBJECT -public: - explicit CheckCloudConnection(QObject *parent = 0); - static bool checkServer(); -}; - #ifdef __cplusplus extern "C" { #endif |