diff options
Diffstat (limited to 'core/uploadDiveLogsDE.h')
-rw-r--r-- | core/uploadDiveLogsDE.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/uploadDiveLogsDE.h b/core/uploadDiveLogsDE.h index 88022b734..5c17e64a5 100644 --- a/core/uploadDiveLogsDE.h +++ b/core/uploadDiveLogsDE.h @@ -13,9 +13,6 @@ public: static uploadDiveLogsDE *instance(); void doUpload(bool selected, const QString &userid, const QString &password); - // only to be used in desktop-widgets::subsurfacewebservices - bool prepareDives(const QString &tempfile, const bool selected); - private slots: void updateProgressSlot(qint64 current, qint64 total); void uploadFinishedSlot(); @@ -32,6 +29,9 @@ private: void uploadDives(const QString &filename, const QString &userid, const QString &password); + // only to be used in desktop-widgets::subsurfacewebservices + bool prepareDives(const QString &tempfile, const bool selected); + QNetworkReply *reply; QHttpMultiPart *multipart; QTimer timeout; |