aboutsummaryrefslogtreecommitdiff
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/connection.h b/connection.h
index 55b688a2..70a2eeaa 100644
--- a/connection.h
+++ b/connection.h
@@ -71,6 +71,8 @@ namespace QMatrixClient
/** @deprecated Use accessToken() instead. */
Q_INVOKABLE QString token() const;
Q_INVOKABLE QString accessToken() const;
+ Q_INVOKABLE SyncJob* syncJob() const;
+ Q_INVOKABLE int millisToReconnect() const;
template <typename JobT, typename... JobArgTs>
JobT* callApi(JobArgTs... jobArgs)