aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-05 22:30:59 +0900
committerGitHub <noreply@github.com>2018-02-05 22:30:59 +0900
commit898f0c73b4d76c091e48c5e767b94d6ad18f582f (patch)
tree965074fffd32cae0dba11c494ae65b3c67bef28b /room.h
parent818fbda8c43fa76ede72db2e941ec81fe093cc59 (diff)
parentf6b55a3c8fc60dd263954df3359027eff2ef1e18 (diff)
downloadlibquotient-898f0c73b4d76c091e48c5e767b94d6ad18f582f.tar.gz
libquotient-898f0c73b4d76c091e48c5e767b94d6ad18f582f.zip
Merge pull request #170 from QMatrixClient/kitsune-expose-download-urls
Expose download URLs
Diffstat (limited to 'room.h')
-rw-r--r--room.h2
1 files changed, 2 insertions, 0 deletions
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;