mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop-widgets: divelogsDE: delay handling until user select upload
Do not prepare zip file, just because user selected the divelogs.de radiobutton Move prepareDives to startUpload (slot handling user clicking on upload button). Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
8becc29ca8
commit
9fd95c18bd
2 changed files with 36 additions and 24 deletions
|
|
@ -74,6 +74,7 @@ private:
|
|||
QHttpMultiPart *multipart;
|
||||
QTemporaryFile zipFile;
|
||||
bool uploadMode;
|
||||
bool useSelectedDives;
|
||||
};
|
||||
|
||||
class UserSurveyServices : public QDialog {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue