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 /qthelper.cpp | |
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 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 350692cdb..20e4e2c1a 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -33,7 +33,6 @@ #include <QImageReader> #include <QtConcurrent> #include "divepicturewidget.h" -#include "subsurfacewebservices.h" #include "mainwindow.h" #include <libxslt/documents.h> @@ -1068,11 +1067,6 @@ extern "C" bool getProxyString(char **buffer) return false; } -extern "C" bool canReachCloudServer() -{ - return CheckCloudConnection::checkServer(); -} - extern "C" void subsurface_mkdir(const char *dir) { QDir directory; |