diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-27 20:16:59 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 5910689306149cacf3ac644d3ea42e10f889e3fe (patch) | |
tree | cf72ee6902237c794226ace2c26729585dae6bdb /autotests/testolmaccount.h | |
parent | 7ad805492f8b42a4bc854313695a912c89019957 (diff) | |
download | libquotient-5910689306149cacf3ac644d3ea42e10f889e3fe.tar.gz libquotient-5910689306149cacf3ac644d3ea42e10f889e3fe.zip |
Add encrypted file struct
Diffstat (limited to 'autotests/testolmaccount.h')
-rw-r--r-- | autotests/testolmaccount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/testolmaccount.h b/autotests/testolmaccount.h index 547c25c1..4e270730 100644 --- a/autotests/testolmaccount.h +++ b/autotests/testolmaccount.h @@ -15,4 +15,5 @@ private Q_SLOTS: void oneTimeKeysValid(); //void removeOneTimeKeys(); void deviceKeys(); + void encryptedFile(); }; |