mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
2f680c1f76
commit
10ab833d7d
2 changed files with 17 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue