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>2021-05-21 16:28:05 +0300
committerHannah von Reth <vonreth@kde.org>2021-05-26 17:43:25 +0300
commit7b793a444841fb318004ea6061410657e2825517 (patch)
tree4d546d6b138e4b827c726ac61e7eb89e585f356f /src/gui/connectionvalidator.h
parent81c78fd0db506c5a38b6ae84976d36ec5bffbb0d (diff)
Ensure cookies are cleared right before the server check
Diffstat (limited to 'src/gui/connectionvalidator.h')
-rw-r--r--src/gui/connectionvalidator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/connectionvalidator.h b/src/gui/connectionvalidator.h
index 27eb09a43..41847245e 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -106,6 +106,10 @@ public slots:
void systemProxyLookupDone(const QNetworkProxy &proxy);
signals:
+ /**
+ * Emited before the actual validation starts
+ */
+ void aboutToStart();
void connectionResult(ConnectionValidator::Status status, const QStringList &errors);
protected slots: