add needed namespace for declarations read by Qt metaobject system
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 10 Apr 2024 13:15:05 +0000 (15:15 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 26 Apr 2024 07:05:12 +0000 (09:05 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/clientsideencryption.h

index be9ba702484981813068ecb216e95622fd18a25c..7c56edb7b14da7e13db1cdb1eaa412f801768e09 100644 (file)
@@ -153,9 +153,9 @@ public:
 public slots:
     void initialize(const OCC::AccountPtr &account);
     void forgetSensitiveData(const OCC::AccountPtr &account);
-    void getUsersPublicKeyFromServer(const AccountPtr &account, const QStringList &userIds);
+    void getUsersPublicKeyFromServer(const OCC::AccountPtr &account, const QStringList &userIds);
     void fetchCertificateFromKeyChain(const OCC::AccountPtr &account, const QString &userId);
-    void writeCertificate(const AccountPtr &account, const QString &userId, const QSslCertificate &certificate);
+    void writeCertificate(const OCC::AccountPtr &account, const QString &userId, const QSslCertificate &certificate);
 
 private slots:
     void generateKeyPair(const OCC::AccountPtr &account);