aboutsummaryrefslogtreecommitdiff
path: root/autotests/testolmaccount.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-27 20:16:59 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commit5910689306149cacf3ac644d3ea42e10f889e3fe (patch)
treecf72ee6902237c794226ace2c26729585dae6bdb /autotests/testolmaccount.h
parent7ad805492f8b42a4bc854313695a912c89019957 (diff)
downloadlibquotient-5910689306149cacf3ac644d3ea42e10f889e3fe.tar.gz
libquotient-5910689306149cacf3ac644d3ea42e10f889e3fe.zip
Add encrypted file struct
Diffstat (limited to 'autotests/testolmaccount.h')
-rw-r--r--autotests/testolmaccount.h1
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();
};