diff options
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(); |