aboutsummaryrefslogtreecommitdiff
path: root/jobs/downloadfilejob.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-03 21:24:49 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-03 21:24:49 +0900
commite80bfd2fc710d4780a2c22bde9d605a41bd4aaa4 (patch)
tree03eecc0f4999f90952da3d7cf8637c2fa2ac84f1 /jobs/downloadfilejob.h
parente1aedb9f3dcf7dcdc68e5eefab206258013c5114 (diff)
parentf6b55a3c8fc60dd263954df3359027eff2ef1e18 (diff)
downloadlibquotient-e80bfd2fc710d4780a2c22bde9d605a41bd4aaa4.tar.gz
libquotient-e80bfd2fc710d4780a2c22bde9d605a41bd4aaa4.zip
Merge branch 'kitsune-expose-download-urls' into kitsune-gtad
Diffstat (limited to 'jobs/downloadfilejob.h')
-rw-r--r--jobs/downloadfilejob.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/jobs/downloadfilejob.h b/jobs/downloadfilejob.h
index d798506c..1815a7c8 100644
--- a/jobs/downloadfilejob.h
+++ b/jobs/downloadfilejob.h
@@ -9,6 +9,9 @@ namespace QMatrixClient
public:
enum { FileError = BaseJob::UserDefinedError + 1 };
+ using GetContentJob::makeRequestUrl;
+ static QUrl makeRequestUrl(QUrl baseUrl, const QUrl& mxcUri);
+
DownloadFileJob(const QString& serverName, const QString& mediaId,
const QString& localFilename = {});