From a1972bc3433d2e412147a6925787ffee66adcb4b Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 14 Nov 2013 18:57:09 -0800 Subject: Implement the network part of the support for divelogs.de This implements support for: * uploading a zip file containing dives - untested (the zip file must have been prepared elsewhere) * downloading the dive list and the dive XML files The networking part is finished, but it's missing the actual import of the XML files sent by divelogs.de. Signed-off-by: Thiago Macieira --- qt-ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/mainwindow.cpp') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 101219725..b216240fa 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -269,7 +269,7 @@ void MainWindow::on_actionDownloadWeb_triggered() void MainWindow::on_actionDivelogs_de_triggered() { - DivelogsDeWebServices::instance()->exec(); + DivelogsDeWebServices::instance()->downloadDives(); } void MainWindow::on_actionEditDeviceNames_triggered() -- cgit v1.2.3-70-g09d2