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-26 15:46:47 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-09 13:52:03 +0300
commit7a3bc48d4190db014e162f088cd6c0b93e564704 (patch)
tree2fd7e5551957c303b08bf3bfa6e3130130cebbee /src/gui/connectionvalidator.h
parent3ea0fde44f7a8932fdbcee17ba71954908c30c58 (diff)
Execute propfind on validation
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 0a8994f55..f21893409 100644
--- a/src/gui/connectionvalidator.h
+++ b/src/gui/connectionvalidator.h
@@ -102,7 +102,7 @@ public:
public slots:
/// Checks the server and the authentication.
void checkServer();
- void checkServerAndAuth();
+ void checkServerAndUpdate();
void systemProxyLookupDone(const QNetworkProxy &proxy);
signals:
@@ -139,8 +139,7 @@ private:
QStringList _errors;
AccountPtr _account;
- bool _isCheckingServerAndAuth;
- bool _verifyServerOnly = false;
+ bool _updateConfig = true;
};
}