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 16:14:50 +0300
committerHannah von Reth <vonreth@kde.org>2020-12-09 13:52:03 +0300
commit48ebe9d77274e1748cb762d168846b0e3242ef88 (patch)
tree1ac679568622f5370fc40cda0100105845438f19 /src/gui/accountstate.h
parentaa1c0ab4382bc5c6e7db3b36763c36709389781e (diff)
Seperate server check from auth check
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index f6526cfde..7bdbb247e 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -135,7 +135,7 @@ public:
public slots:
/// Triggers a ping to the server to update state and
/// connection status and errors.
- void checkConnectivity();
+ void checkConnectivity(bool verifyOnly = false);
private:
void setState(State state);