From 8cdfbf9391be01be8e52c7747482b336cefdfb27 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 17 Jun 2022 22:03:54 +0200 Subject: Get rid of 'using json = nlohmann::json' --- src/encryption/SelfVerificationStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption/SelfVerificationStatus.cpp') diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp index ab50b6f3..f37b2af4 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp @@ -152,7 +152,7 @@ SelfVerificationStatus::setupCrosssigning(bool useSSSS, QString password, bool u olm::client()->identity_keys().ed25519 && myKey.keys["curve25519:" + http::client()->device_id()] == olm::client()->identity_keys().curve25519) { - json j = myKey; + nlohmann::json j = myKey; j.erase("signatures"); j.erase("unsigned"); -- cgit 1.5.1