mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
0fa0eb2879
commit
854f55fd89
6 changed files with 78 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue