[network/ruqola] src/core/encryption: Fix compile on windows
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2b4e41b23bdca9f86ad3a55835d7c12b7fa337fb by Laurent Montel.
Committed on 03/08/2026 at 07:13.
Pushed by mlaurent into branch 'master'.
Fix compile on windows
M +1 -1 src/core/encryption/e2ekeymanager.h
https://invent.kde.org/network/ruqola/-/commit/2b4e41b23bdca9f86ad3a55835d7c12b7fa337fb
diff --git a/src/core/encryption/e2ekeymanager.h b/src/core/encryption/e2ekeymanager.h
index bc3bc965bb..81e4223a8e 100644
--- a/src/core/encryption/e2ekeymanager.h
+++ b/src/core/encryption/e2ekeymanager.h
@@ -42,7 +42,7 @@ public:
[[nodiscard]] bool keySaved() const;
void setKeySaved(bool newKeySaved);
- LIBRUQOLACORE_EXPORT void verifyExistingKeyForTest(const QJsonObject &json);
+ void verifyExistingKeyForTest(const QJsonObject &json);
Q_SIGNALS:
void needDecodeEncryptionKey();