diff options
Diffstat (limited to 'src/core/GpgConstants.h')
-rw-r--r-- | src/core/GpgConstants.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/GpgConstants.h b/src/core/GpgConstants.h index 91d5f1ef..1165db78 100644 --- a/src/core/GpgConstants.h +++ b/src/core/GpgConstants.h @@ -53,9 +53,13 @@ constexpr const char* PGP_PRIVATE_KEY_BEGIN = "-----BEGIN PGP PRIVATE KEY BLOCK-----"; ///< // MODULE ID -const QString kGnuPGInfoGatheringModuleID = +constexpr const char* kGnuPGInfoGatheringModuleID = "com.bktus.gpgfrontend.module.gnupg_info_gathering"; -const QString kVersionCheckingModuleID = +constexpr const char* kVersionCheckingModuleID = "com.bktus.gpgfrontend.module.version_checking"; +constexpr const char* kPinentryModuleID = + "com.bktus.gpgfrontend.module.pinentry"; +constexpr const char* kPaperKeyModuleID = + "com.bktus.gpgfrontend.module.paper_key"; } // namespace GpgFrontend |