aboutsummaryrefslogtreecommitdiff
path: root/lib/events
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2022-03-10 21:47:51 +0100
committerTobias Fella <fella@posteo.de>2022-05-16 20:53:36 +0200
commit1b302abce0bfd9fb62cdc721bc7300dc61b1784f (patch)
tree7555caf6855b0ead90bcaf180f18f26e23f9c9ea /lib/events
parente437c29654e8f988ad694083401bbef23fbbcb18 (diff)
downloadlibquotient-1b302abce0bfd9fb62cdc721bc7300dc61b1784f.tar.gz
libquotient-1b302abce0bfd9fb62cdc721bc7300dc61b1784f.zip
Update lib/events/encryptedfile.h
Diffstat (limited to 'lib/events')
-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 2ce35086..022ac91e 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 <>