From 287a130044fd09f9cc1b4095516b9edcb7f2a4e5 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Thu, 2 Jul 2020 16:37:01 +0200 Subject: [PATCH] Also deliver the encrypted status via the ClientEncryption signal This will turn useful for other consumers of that data. The alternative would be to expose a method breaking all form of encapsulation. Signed-off-by: Kevin Ottens --- src/libsync/clientsideencryption.cpp | 4 ++-- src/libsync/clientsideencryption.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index 45b356b1e..78874a92c 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -1228,14 +1228,14 @@ void ClientSideEncryption::folderEncryptedStatusFetched(const QHash &values); private: void getPrivateKeyFromServer(); -- 2.30.2