diff options
author | saturneric <[email protected]> | 2025-04-17 15:28:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 15:28:04 +0000 |
commit | e276f9e86b161362d6f379ab790476936a0e6208 (patch) | |
tree | 65c27e3efcbf113a052bc053e1c2739f4a351217 /src/GpgFrontendContext.h | |
parent | fix: compiler issues on CI (diff) | |
download | GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.tar.gz GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.zip |
feat: generate cark keys
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 507ee051..af29af73 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -38,8 +38,8 @@ namespace GpgFrontend { struct GpgFrontendContext; -using GFCxtWPtr = std::weak_ptr<GpgFrontendContext>; -using GFCxtSPtr = std::shared_ptr<GpgFrontendContext>; +using GFCxtWPtr = QWeakPointer<GpgFrontendContext>; +using GFCxtSPtr = QSharedPointer<GpgFrontendContext>; struct GpgFrontendContext { int argc; |