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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-11-24 13:29:04 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-09 13:52:03 +0300
commitaa1c0ab4382bc5c6e7db3b36763c36709389781e (patch)
tree4827cc3df807faa93baba9de03af6d999b18f54a /src/gui/connectionvalidator.h
parent8ecd87fed6a81eab46229d83a45aab481f781780 (diff)
Don't follow redirects besides in the connection validator
Diffstat (limited to 'src/gui/connectionvalidator.h')
-rw-r--r--src/gui/connectionvalidator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/connectionvalidator.h b/src/gui/connectionvalidator.h
index 609216d39..520714886 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -104,13 +104,12 @@ public slots:
void checkServerAndAuth();
void systemProxyLookupDone(const QNetworkProxy &proxy);
- /// Checks authentication only.
- void checkAuthentication();
-
signals:
void connectionResult(ConnectionValidator::Status status, const QStringList &errors);
protected slots:
+ /// Checks authentication only.
+ void checkAuthentication();
void slotCheckServerAndAuth();
void slotStatusFound(const QUrl &url, const QJsonObject &info);