diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/GpgConstants.h b/src/core/GpgConstants.h index 91d5f1ef..1c514703 100644 --- a/src/core/GpgConstants.h +++ b/src/core/GpgConstants.h @@ -57,5 +57,6 @@ const QString kGnuPGInfoGatheringModuleID = "com.bktus.gpgfrontend.module.gnupg_info_gathering"; const QString kVersionCheckingModuleID = "com.bktus.gpgfrontend.module.version_checking"; +const QString kPinentryModuleID = "com.bktus.gpgfrontend.module.pinentry"; } // namespace GpgFrontend |