diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2022-03-10 21:47:51 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-05-16 20:53:36 +0200 |
commit | 1b302abce0bfd9fb62cdc721bc7300dc61b1784f (patch) | |
tree | 7555caf6855b0ead90bcaf180f18f26e23f9c9ea /lib/events | |
parent | e437c29654e8f988ad694083401bbef23fbbcb18 (diff) | |
download | libquotient-1b302abce0bfd9fb62cdc721bc7300dc61b1784f.tar.gz libquotient-1b302abce0bfd9fb62cdc721bc7300dc61b1784f.zip |
Update lib/events/encryptedfile.h
Diffstat (limited to 'lib/events')
-rw-r--r-- | lib/events/encryptedfile.h | 2 |
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 <> |