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-05 18:30:36 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-06 11:52:59 +0300
commitc51bb68bcf0e09bbea321e196acbc7a5b38c2598 (patch)
treec2d24478c0f79a663107017bdc856cc06fdc5f43 /src/gui/accountstate.cpp
parentb11db0e25f99ddb0b91f717eec0e9d9320a6c406 (diff)
Expose AccessManager from account
Needed to be able to access planned TLS certificate handling related methods.
Diffstat (limited to 'src/gui/accountstate.cpp')
-rw-r--r--src/gui/accountstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp
index 3376523d9..b0faa2809 100644
--- a/src/gui/accountstate.cpp
+++ b/src/gui/accountstate.cpp
@@ -321,7 +321,7 @@ void AccountState::checkConnectivity(bool blockJobs)
// and #2973.
// As an attempted workaround, reset the QNAM regularly if the account is
// disconnected.
- account()->resetNetworkAccessManager();
+ account()->resetAccessManager();
// If we don't reset the ssl config a second CheckServerJob can produce a
// ssl config that does not have a sensible certificate chain.