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-12-16 13:55:40 +0300
committerHannah von Reth <vonreth@kde.org>2021-01-13 12:13:33 +0300
commit6f4f259a1fc1777be8b23aa17bc668c2c5bc220f (patch)
tree70f8ef18d696f43d5c0fadabe795fc025eba82a3 /src/gui/accountstate.h
parent459223bfc7e0f87dd3713114a0353cfbd277a2d4 (diff)
Reliably block and unblock the queue
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index b757e1ed7..6ee4847ee 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -136,7 +136,8 @@ public:
public slots:
/// Triggers a ping to the server to update state and
/// connection status and errors.
- void checkConnectivity(bool verifyOnly = false);
+ /// verifyServerState indicates that we must check the server
+ void checkConnectivity(bool verifyServerState = false);
private:
void setState(State state);