summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index f918cfa72..e476df429 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -33,6 +33,7 @@
#include <QImageReader>
#include <QtConcurrent>
#include "divepicturewidget.h"
+#include "subsurfacewebservices.h"
#include <libxslt/documents.h>
@@ -1051,3 +1052,8 @@ extern "C" bool getProxyString(char **buffer)
}
return false;
}
+
+extern "C" bool canReachCloudServer()
+{
+ return CheckCloudConnection::checkServer();
+}