aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/downloadfilejob.cpp
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2021-11-28 20:58:38 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:59 +0100
commit9217026e46d7ac0d761cc5206d7ef00978558c47 (patch)
treee703d58f0fef4559e759511989349fb6051ea7f9 /lib/jobs/downloadfilejob.cpp
parentdcc4556a761f96ae6c71115bf6297feca32581bf (diff)
downloadlibquotient-9217026e46d7ac0d761cc5206d7ef00978558c47.tar.gz
libquotient-9217026e46d7ac0d761cc5206d7ef00978558c47.zip
Apply suggestions from code review
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/jobs/downloadfilejob.cpp')
-rw-r--r--lib/jobs/downloadfilejob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jobs/downloadfilejob.cpp b/lib/jobs/downloadfilejob.cpp
index 0b4cf6d2..2eea9d59 100644
--- a/lib/jobs/downloadfilejob.cpp
+++ b/lib/jobs/downloadfilejob.cpp
@@ -8,7 +8,7 @@
#include <QtNetwork/QNetworkReply>
#ifdef Quotient_E2EE_ENABLED
-# include <QCryptographicHash>
+# include <QtCore/QCryptographicHash>
# include "encryptionmanager.h"
# include "events/encryptedfile.h"
#endif