mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: change uploadFinish() to include html
diveshareexport wants to show the HTML received in a positive response, so signal cannot be compatible with diveLogsDE Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
e5f3e927a7
commit
fc740f6369
2 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ private slots:
|
|||
void slot_uploadError(QNetworkReply::NetworkError error);
|
||||
|
||||
signals:
|
||||
void uploadFinish(bool success, const QString &text);
|
||||
void uploadFinish(bool success, const QString &text, const QByteArray &html);
|
||||
void uploadProgress(qreal percentage, qreal total);
|
||||
void uploadStatus(const QString &text);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue