From f6b55a3c8fc60dd263954df3359027eff2ef1e18 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 3 Feb 2018 19:21:22 +0900 Subject: Room: urlToDownload() and urlToThumbnail() Closes #168. --- room.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'room.h') diff --git a/room.h b/room.h index a8d58f83..a0dad8b3 100644 --- a/room.h +++ b/room.h @@ -215,6 +215,8 @@ namespace QMatrixClient Q_INVOKABLE int highlightCount() const; Q_INVOKABLE void resetHighlightCount(); + Q_INVOKABLE QUrl urlToThumbnail(const QString& eventId); + Q_INVOKABLE QUrl urlToDownload(const QString& eventId); Q_INVOKABLE QString fileNameToDownload(const QString& eventId); Q_INVOKABLE FileTransferInfo fileTransferInfo(const QString& id) const; -- cgit v1.2.3