diff options
author | Tobias Fella <fella@posteo.de> | 2021-11-27 00:52:24 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 8020505eb582479cf62d0157fe866f63a888f1a9 (patch) | |
tree | ec09f922b9b8f00488e3048674d7b29f72fb9b80 /lib/connection.h | |
parent | e99802772ebab9802e2f35d83ce1de9f83691d90 (diff) | |
download | libquotient-8020505eb582479cf62d0157fe866f63a888f1a9.tar.gz libquotient-8020505eb582479cf62d0157fe866f63a888f1a9.zip |
Apply more suggestions
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index 824c7fb4..d2347d1d 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -573,7 +573,7 @@ public Q_SLOTS: const QString& localFilename = {}); #ifdef Quotient_E2EE_ENABLED - DownloadFileJob* downloadFile(const QUrl& url, const EncryptedFile file, + DownloadFileJob* downloadFile(const QUrl& url, const EncryptedFile& file, const QString& localFilename = {}); #endif /** |