diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpgconstants.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gpgconstants.cpp b/src/gpgconstants.cpp index 0d3306ab..9e919386 100644 --- a/src/gpgconstants.cpp +++ b/src/gpgconstants.cpp @@ -22,10 +22,10 @@ #include "gpgconstants.h" #include <QString> -const char* GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----"; -const char* GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----"; -const char* GpgConstants::PGP_SIGNED_BEGIN = "-----BEGIN PGP SIGNED MESSAGE-----"; -const char* GpgConstants::PGP_SIGNED_END = "-----END PGP SIGNATURE-----"; -const char* GpgConstants::PGP_SIGNATURE_BEGIN = "-----BEGIN PGP SIGNATURE-----"; -const char* GpgConstants::PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----"; +const char *GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----"; +const char *GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----"; +const char *GpgConstants::PGP_SIGNED_BEGIN = "-----BEGIN PGP SIGNED MESSAGE-----"; +const char *GpgConstants::PGP_SIGNED_END = "-----END PGP SIGNATURE-----"; +const char *GpgConstants::PGP_SIGNATURE_BEGIN = "-----BEGIN PGP SIGNATURE-----"; +const char *GpgConstants::PGP_SIGNATURE_END = "-----END PGP SIGNATURE-----"; |