mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: add uploadStatus signal to uploadDiveLogsDE
The uploadStatus signal can be used to inform the user about the process e.g. - preparing zip file - starting actual upload It is a suplement to uploadProgress, that only informs about the network part. Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
9fd95c18bd
commit
5a4128a8f2
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ private slots:
|
|||
signals:
|
||||
void uploadFinish(bool success, const QString &text);
|
||||
void uploadProgress(qreal percentage, qreal total);
|
||||
void uploadStatus(const QString &text);
|
||||
|
||||
private:
|
||||
uploadDiveLogsDE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue