diff options
author | Tobias Fella <fella@posteo.de> | 2021-08-18 02:00:15 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 0583534d83f902235b46ef6761d6698ddb6e6aba (patch) | |
tree | 2fb3347397058f77bcb28a165a362b62de625029 /lib/events/eventcontent.cpp | |
parent | 244938d2c99674ba09f3c1f92b2a4f8507ac5e58 (diff) | |
download | libquotient-0583534d83f902235b46ef6761d6698ddb6e6aba.tar.gz libquotient-0583534d83f902235b46ef6761d6698ddb6e6aba.zip |
Store pickling key in qtkeychain and pickle encrypted
Diffstat (limited to 'lib/events/eventcontent.cpp')
-rw-r--r-- | lib/events/eventcontent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events/eventcontent.cpp b/lib/events/eventcontent.cpp index 22878d4c..d4cb43ff 100644 --- a/lib/events/eventcontent.cpp +++ b/lib/events/eventcontent.cpp @@ -75,6 +75,7 @@ void FileInfo::fillInfoJson(QJsonObject* infoJson) const infoJson->insert(QStringLiteral("size"), payloadSize); if (mimeType.isValid()) infoJson->insert(QStringLiteral("mimetype"), mimeType.name()); + //TODO add encryptedfile } ImageInfo::ImageInfo(const QFileInfo& fi, QSize imageSize) |