aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2022-03-10 21:47:51 +0100
committerGitHub <noreply@github.com>2022-03-10 21:47:51 +0100
commit80251f1db42268be0e678543b0b054f925fbfe88 (patch)
treed04508706cc1a293811a20788264c1ae9ac10150 /lib
parent71eed90fdea8689d237da8de1bf385202b85cffd (diff)
downloadlibquotient-80251f1db42268be0e678543b0b054f925fbfe88.tar.gz
libquotient-80251f1db42268be0e678543b0b054f925fbfe88.zip
Update lib/events/encryptedfile.h
Diffstat (limited to 'lib')
-rw-r--r--lib/events/encryptedfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/encryptedfile.h b/lib/events/encryptedfile.h
index 76aff837..b2808395 100644
--- a/lib/events/encryptedfile.h
+++ b/lib/events/encryptedfile.h
@@ -46,7 +46,7 @@ public:
QString v;
QByteArray decryptFile(const QByteArray &ciphertext) const;
- static std::pair<EncryptedFile, QByteArray> encryptFile(const QByteArray &plainText);
+ static std::pair<EncryptedFile, QByteArray> encryptFile(const QByteArray& plainText);
};
template <>