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:
Diffstat (limited to 'src/libsync/creds/abstractcredentials.h')
-rw-r--r--src/libsync/creds/abstractcredentials.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libsync/creds/abstractcredentials.h b/src/libsync/creds/abstractcredentials.h
index 8326f5d69..7218c10ed 100644
--- a/src/libsync/creds/abstractcredentials.h
+++ b/src/libsync/creds/abstractcredentials.h
@@ -106,6 +106,13 @@ Q_SIGNALS:
void authenticationStarted();
void authenticationFailed();
+ /*
+ * Request to log out.
+ * The connected account should be marked as logged out
+ * and no automatic tries to connect should be made.
+ */
+ void requestLogout();
+
protected:
Account *_account;
bool _wasFetched;