From 4d7ed8f62c88975b4970377d9e2a5a743f528027 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 14 Oct 2019 13:22:46 +0200 Subject: [PATCH] Wizard: fix compilation warnings about unused variables --- src/gui/owncloudsetupwizard.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp index 4e66fad78..ba7fecd29 100644 --- a/src/gui/owncloudsetupwizard.cpp +++ b/src/gui/owncloudsetupwizard.cpp @@ -287,7 +287,6 @@ void OwncloudSetupWizard::slotFoundServer(const QUrl &url, const QJsonObject &in void OwncloudSetupWizard::slotNoServerFound(QNetworkReply *reply) { auto job = qobject_cast(sender()); - QString contentType = reply->header(QNetworkRequest::ContentTypeHeader).toString(); // Do this early because reply might be deleted in message box event loop QString msg; -- 2.39.5