aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-27 20:22:45 +0000
committersaturneric <[email protected]>2024-11-27 20:22:55 +0000
commit4b846455b7c232b7db63f95c6a1943ccbc7ce15b (patch)
treef9609ef2a7fb5d6221baa11ff1ed154f32befe80 /src/m_gpg_info/GnuPGInfoGatheringModule.cpp
parentfix: target_link_libraries with a target (diff)
downloadModules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.tar.gz
Modules-4b846455b7c232b7db63f95c6a1943ccbc7ce15b.zip
feat: support signing email
Diffstat (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp')
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
index e882d67..0d02df1 100644
--- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
+++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
@@ -63,7 +63,7 @@ extern void GetGpgOptionInfos(void *, int, const char *, const char *);
extern auto StartGatheringGnuPGInfo() -> int;
-extern auto GnupgTabFactory(const char *id) -> void *;
+extern auto GnupgTabFactory(void *id) -> void *;
using Context = struct {
QString gpgme_version;