From cff6aaafeee5c5f7d337c6001694bda119d3cba9 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 9 May 2017 14:15:29 +0900 Subject: Returned Connection::disconnectFromServer() for back-compatibility --- connection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connection.h b/connection.h index 7ca1ccd6..08184d0d 100644 --- a/connection.h +++ b/connection.h @@ -51,6 +51,8 @@ namespace QMatrixClient Q_INVOKABLE virtual void connectWithToken(const QString& userId, const QString& token); Q_INVOKABLE virtual void reconnect(); + /** @deprecated Use stopSync() instead */ + Q_INVOKABLE virtual void disconnectFromServer() { stopSync(); } Q_INVOKABLE virtual void logout(); Q_INVOKABLE void sync(int timeout = -1); -- cgit v1.2.3