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-09-17 16:08:27 +0300
committerHannah von Reth <vonreth@kde.org>2020-09-22 14:14:46 +0300
commit1860fafb995d8e17ec5ff8409f099314cb00bfc6 (patch)
tree97eee5a28245a4cdddc7b1d9885ccbdc0d2e8c44 /src/gui/connectionvalidator.h
parent2f786d24634dce34306b4ebc5fc0fe1846386dc6 (diff)
Remove support for legacy private links
Diffstat (limited to 'src/gui/connectionvalidator.h')
-rw-r--r--src/gui/connectionvalidator.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/connectionvalidator.h b/src/gui/connectionvalidator.h
index 15fcfb363..1fcc0dc62 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -58,9 +58,9 @@ namespace OCC {
|
+---------------------------+
|
- +-> checkServerCapabilities --------------v (in parallel)
- JsonApiJob (cloud/capabilities) JsonApiJob (ocs/v1.php/config)
- | +-> ocsConfigReceived
+ +-> checkServerCapabilities
+ JsonApiJob (cloud/capabilities)
+ |
+-> slotCapabilitiesRecieved -+
|
+-----------------------------------+
@@ -130,7 +130,6 @@ private:
void reportResult(Status status);
void checkServerCapabilities();
void fetchUser();
- static void ocsConfigReceived(const QJsonDocument &json, AccountPtr account);
/** Sets the account's server version
*