From 6a8768ee262aa3debfe8868fa7a5da13e0ba3a3b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Jan 2016 09:49:47 -0800 Subject: Fix build breakage Introduced in commit 31462f150dff ("We already have a QNetworkAcessManager global, use it"). Signed-off-by: Dirk Hohndel --- desktop-widgets/diveshareexportdialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-widgets/diveshareexportdialog.cpp') diff --git a/desktop-widgets/diveshareexportdialog.cpp b/desktop-widgets/diveshareexportdialog.cpp index 435f5366e..c6a7771d8 100644 --- a/desktop-widgets/diveshareexportdialog.cpp +++ b/desktop-widgets/diveshareexportdialog.cpp @@ -4,6 +4,7 @@ #include "save-html.h" #include "subsurfacewebservices.h" #include "helpers.h" +#include "subsurface-core/cloudstorage.h" #include #include @@ -135,7 +136,7 @@ void DiveShareExportDialog::doUpload() if (ui->txtUID->text().length() != 0) request.setRawHeader("X-UID", ui->txtUID->text().toUtf8()); - reply = WebServices::manager()->put(request, json_data); + reply = manager()->put(request, json_data); QObject::connect(reply, SIGNAL(finished()), this, SLOT(finishedSlot())); } -- cgit v1.2.3-70-g09d2