diff options
author | jan Iversen <jan@casacondor.com> | 2019-12-09 12:18:33 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-11 12:36:43 -0500 |
commit | 10ab833d7dc00da13aa0cf0f0490bae63cb1294a (patch) | |
tree | 7d4dece6bb1d1090ec7d0a0fd9b031faedbbd28d /core/uploadDiveLogsDE.h | |
parent | 2f680c1f765abcd0b25ceae46de2b4960f0d1b8d (diff) | |
download | subsurface-10ab833d7dc00da13aa0cf0f0490bae63cb1294a.tar.gz |
core: make uploadDiveLogsDE slots workable for desktop
Secure that the slots/signals in uploadDiveLogsDE, which are without
UI, can be used in DivelogsDeWebServices (to add the UI part).
Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'core/uploadDiveLogsDE.h')
-rw-r--r-- | core/uploadDiveLogsDE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/uploadDiveLogsDE.h b/core/uploadDiveLogsDE.h index 83bb813d6..48491d06e 100644 --- a/core/uploadDiveLogsDE.h +++ b/core/uploadDiveLogsDE.h @@ -24,7 +24,7 @@ private slots: signals: void uploadFinish(bool success, const QString &text); - void uploadProgress(qreal percentage); + void uploadProgress(qreal percentage, qreal total); private: uploadDiveLogsDE(); |