aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/downloadfilejob.h
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2021-11-27 00:11:36 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:59 +0100
commite99802772ebab9802e2f35d83ce1de9f83691d90 (patch)
treec6bca54892f6f7de4e092d5ce2112a3a8a6fc52e /lib/jobs/downloadfilejob.h
parente4802dc967c640ebac1d0bc7db55b47b79233544 (diff)
downloadlibquotient-e99802772ebab9802e2f35d83ce1de9f83691d90.tar.gz
libquotient-e99802772ebab9802e2f35d83ce1de9f83691d90.zip
Apply suggestions from code review
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/jobs/downloadfilejob.h')
-rw-r--r--lib/jobs/downloadfilejob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jobs/downloadfilejob.h b/lib/jobs/downloadfilejob.h
index 67a3e95f..90d80478 100644
--- a/lib/jobs/downloadfilejob.h
+++ b/lib/jobs/downloadfilejob.h
@@ -16,7 +16,7 @@ public:
const QString& localFilename = {});
#ifdef Quotient_E2EE_ENABLED
- DownloadFileJob(const QString& serverName, const QString& mediaId, const EncryptedFile file, const QString& localFilename = {});
+ DownloadFileJob(const QString& serverName, const QString& mediaId, const EncryptedFile& file, const QString& localFilename = {});
#endif
QString targetFileName() const;