Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-05-13 09:52:07 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-13 14:08:30 +0300
commitb2daa0004d32dd4691dc54a81cd9b9f56c50d230 (patch)
treec027acaf56f94f6921afc0c44d6b93849322b97c /src/gui/connectionvalidator.h
parentc7fa763aa85fccc4c38856e86d690349a069add1 (diff)
Make the CheckServer job independent of the account
The job needs to run on an independent QNAM
Diffstat (limited to 'src/gui/connectionvalidator.h')
-rw-r--r--src/gui/connectionvalidator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/connectionvalidator.h b/src/gui/connectionvalidator.h
index afde0c502..edfd62cd4 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -125,7 +125,6 @@ protected slots:
void slotCheckServerAndAuth();
void slotStatusFound(const QUrl &url, const QJsonObject &info);
- void slotNoStatusFound(QNetworkReply *reply);
void slotAuthFailed(QNetworkReply *reply);
void slotAuthSuccess();