diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-02-15 18:10:34 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 97f2d162618e7fb2473c184c77875ac9d5e8d1d5 (patch) | |
tree | 4d8227987acdeaac23e081e6c7ae258f0b37251c /lib/encryptionmanager.cpp | |
parent | e9527012622497b0c418df9442180df58401d394 (diff) | |
download | libquotient-97f2d162618e7fb2473c184c77875ac9d5e8d1d5.tar.gz libquotient-97f2d162618e7fb2473c184c77875ac9d5e8d1d5.zip |
Apply a few more comments
Diffstat (limited to 'lib/encryptionmanager.cpp')
-rw-r--r-- | lib/encryptionmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/encryptionmanager.cpp b/lib/encryptionmanager.cpp index 719add1d..3c3103a7 100644 --- a/lib/encryptionmanager.cpp +++ b/lib/encryptionmanager.cpp @@ -69,7 +69,7 @@ public: UploadKeysJob* uploadOneTimeKeysJob = nullptr; QueryKeysJob* queryKeysJob = nullptr; - QScopedPointer<QOlmAccount> olmAccount; + std::unique_ptr<QOlmAccount> olmAccount; float signedKeysProportion; float oneTimeKeyThreshold; |