mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Divelogs.de: add a divelist context menu item for upload
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
be16ade038
commit
5869712569
3 changed files with 11 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class DivelogsDeWebServices : public WebServices {
|
|||
public:
|
||||
static DivelogsDeWebServices * instance();
|
||||
void downloadDives();
|
||||
void uploadDives(QIODevice *dldContent);
|
||||
void prepareDivesForUpload();
|
||||
|
||||
private slots:
|
||||
void startDownload();
|
||||
|
|
@ -79,6 +79,7 @@ private slots:
|
|||
void uploadError(QNetworkReply::NetworkError error);
|
||||
void startUpload();
|
||||
private:
|
||||
void uploadDives(QIODevice *dldContent);
|
||||
explicit DivelogsDeWebServices (QWidget* parent = 0, Qt::WindowFlags f = 0);
|
||||
void setStatusText(int status);
|
||||
void download_dialog_traverse_xml(xmlNodePtr node, unsigned int *download_status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue