diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-26 12:57:23 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-29 08:21:27 +0200 |
commit | c2e9256b1c334bdadcc208429084cbc83496fb4b (patch) | |
tree | e13329c8f8f3c3c23e53533ed5e14bf91c1ccd1e /lib/connection.h | |
parent | 0e1f49a4ab8e6903709f387c154c2bf131a1370c (diff) | |
download | libquotient-c2e9256b1c334bdadcc208429084cbc83496fb4b.tar.gz libquotient-c2e9256b1c334bdadcc208429084cbc83496fb4b.zip |
Cleanup and address Sonar warnings
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 72383abb..43e285c1 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -605,7 +605,7 @@ public Q_SLOTS: #ifdef Quotient_E2EE_ENABLED DownloadFileJob* downloadFile(const QUrl& url, - const EncryptedFileMetadata& file, + const EncryptedFileMetadata& fileMetadata, const QString& localFilename = {}); #endif /** |