diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-11 12:23:33 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-11 12:23:33 +0900 |
commit | c6720cc8bb8d45ab4d2b7390f076d50cb59cb8d3 (patch) | |
tree | f84934cea21fe1a78cb1fc8ee5ad5ec961c9da86 /lib/connection.h | |
parent | 501c79f55b5f6cb5df80993330d0b1ae1764024a (diff) | |
download | libquotient-c6720cc8bb8d45ab4d2b7390f076d50cb59cb8d3.tar.gz libquotient-c6720cc8bb8d45ab4d2b7390f076d50cb59cb8d3.zip |
Expose Connection::nextBatchToken()
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h index 220f6c8f..9a94aad6 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -390,6 +390,7 @@ namespace QMatrixClient void sync(int timeout = -1); void stopSync(); + QString nextBatchToken() const; virtual MediaThumbnailJob* getThumbnail(const QString& mediaId, QSize requestedSize, RunningPolicy policy = BackgroundRequest) const; |