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>
This commit is contained in:
jan Iversen 2019-12-09 12:18:33 +01:00 committed by Dirk Hohndel
parent 2f680c1f76
commit 10ab833d7d
2 changed files with 17 additions and 8 deletions

View file

@ -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();