aboutsummaryrefslogtreecommitdiff
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.h b/connection.h
index bfb4d377..c221d7eb 100644
--- a/connection.h
+++ b/connection.h
@@ -49,6 +49,7 @@ namespace QMatrixClient
Q_INVOKABLE virtual void connectToServer( QString user, QString password );
Q_INVOKABLE virtual void connectWithToken( QString userId, QString token );
Q_INVOKABLE virtual void reconnect();
+ Q_INVOKABLE virtual void disconnectFromServer();
Q_INVOKABLE virtual void logout();
Q_INVOKABLE virtual SyncJob* sync(int timeout=-1);