diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 17:22:33 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 17:22:33 +0100 |
commit | 8ac58181f75e494a242126751646285d4db672bc (patch) | |
tree | 10ec814fc20f3ce53a46b1df767eff56422e64b7 /qt-ui/subsurfacewebservices.h | |
parent | 4675ab0617ed4536ad0196c7a09035b9c586dff7 (diff) | |
parent | 04b62a46e9f28f0e3b4a4f2e3c3aa9c18445df2f (diff) | |
download | subsurface-8ac58181f75e494a242126751646285d4db672bc.tar.gz |
Merge branch 'web' of github.com:neolit123/subsurface
Diffstat (limited to 'qt-ui/subsurfacewebservices.h')
-rw-r--r-- | qt-ui/subsurfacewebservices.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/subsurfacewebservices.h b/qt-ui/subsurfacewebservices.h index 3c41b08d1..07f902b8f 100644 --- a/qt-ui/subsurfacewebservices.h +++ b/qt-ui/subsurfacewebservices.h @@ -66,7 +66,7 @@ class DivelogsDeWebServices : public WebServices { public: static DivelogsDeWebServices * instance(); void downloadDives(); - void uploadDives(QIODevice *dldContent); + void prepareDivesForUpload(); private slots: void startDownload(); @@ -79,6 +79,7 @@ private slots: void uploadError(QNetworkReply::NetworkError error); void startUpload(); private: + void uploadDives(QIODevice *dldContent); explicit DivelogsDeWebServices (QWidget* parent = 0, Qt::WindowFlags f = 0); void setStatusText(int status); void download_dialog_traverse_xml(xmlNodePtr node, unsigned int *download_status); |