From e276f9e86b161362d6f379ab790476936a0e6208 Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 17 Apr 2025 17:28:04 +0200 Subject: feat: generate cark keys --- src/core/function/gpg/GpgAbstractKeyGetter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/function/gpg/GpgAbstractKeyGetter.cpp') diff --git a/src/core/function/gpg/GpgAbstractKeyGetter.cpp b/src/core/function/gpg/GpgAbstractKeyGetter.cpp index 193fec0e..581d027e 100644 --- a/src/core/function/gpg/GpgAbstractKeyGetter.cpp +++ b/src/core/function/gpg/GpgAbstractKeyGetter.cpp @@ -54,7 +54,7 @@ auto GpgAbstractKeyGetter::Fetch() -> GpgAbstractKeyPtrList { auto GpgAbstractKeyGetter::GetGpgKeyTableModel() -> QSharedPointer { - return SecureCreateQSharedObject( + return SecureCreateSharedObject( SingletonFunctionObject::GetChannel(), Fetch(), nullptr); } -- cgit v1.2.3