From: Kevin Ottens Date: Thu, 2 Jul 2020 14:37:01 +0000 (+0200) Subject: Also deliver the encrypted status via the ClientEncryption signal X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~116^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=287a130044fd09f9cc1b4095516b9edcb7f2a4e5;p=nextcloud-desktop.git 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 --- 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();