projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115a531
)
Wizard: fix compilation warnings about unused variables
author
Olivier Goffart
<ogoffart@woboq.com>
Mon, 14 Oct 2019 11:22:46 +0000
(13:22 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:01 +0000
(10:59 +0100)
src/gui/owncloudsetupwizard.cpp
patch
|
blob
|
history
diff --git
a/src/gui/owncloudsetupwizard.cpp
b/src/gui/owncloudsetupwizard.cpp
index 4e66fad782cc260f2aedf774c8ea67b6637e5e15..ba7fecd2916ed15221663b48ef218ec601dcd0c3 100644
(file)
--- 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<CheckServerJob *>(sender());
- QString contentType = reply->header(QNetworkRequest::ContentTypeHeader).toString();
// Do this early because reply might be deleted in message box event loop
QString msg;