Skip to content

Commit d834c8d

Browse files
ogoffartguruz
authored andcommitted
Wizard: fix compilation warnings about unused variables
1 parent dd56b9f commit d834c8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gui/owncloudsetupwizard.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,6 @@ void OwncloudSetupWizard::slotFoundServer(const QUrl &url, const QJsonObject &in
274274
void OwncloudSetupWizard::slotNoServerFound(QNetworkReply *reply)
275275
{
276276
auto job = qobject_cast<CheckServerJob *>(sender());
277-
int resultCode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
278-
QString contentType = reply->header(QNetworkRequest::ContentTypeHeader).toString();
279277

280278
// Do this early because reply might be deleted in message box event loop
281279
QString msg;

0 commit comments

Comments
 (0)