diff options
author | Saturneric <[email protected]> | 2021-05-11 22:09:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-11 22:09:22 +0000 |
commit | 8a63cb095c5a6b488e0bbf19269ab7aae492bfcc (patch) | |
tree | 13dd8241e6267b4fae6bb1356d3789e7de40ea37 /include/gpgconstants.h | |
parent | Qt5 & Cmake Supported. (diff) | |
download | GpgFrontend-8a63cb095c5a6b488e0bbf19269ab7aae492bfcc.tar.gz GpgFrontend-8a63cb095c5a6b488e0bbf19269ab7aae492bfcc.zip |
Change CXX Standard to C++14
Headers Tidy and Reformat
Diffstat (limited to '')
-rw-r--r-- | include/gpgconstants.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/include/gpgconstants.h b/include/gpgconstants.h index e01083cf..fe690b36 100644 --- a/include/gpgconstants.h +++ b/include/gpgconstants.h @@ -26,15 +26,14 @@ class QString; const int RESTART_CODE = 1000; -class GpgConstants -{ +class GpgConstants { public: - static const char* PGP_CRYPT_BEGIN; - static const char* PGP_CRYPT_END; - static const char* PGP_SIGNED_BEGIN; - static const char* PGP_SIGNED_END; - static const char* PGP_SIGNATURE_BEGIN; - static const char* PGP_SIGNATURE_END; + static const char *PGP_CRYPT_BEGIN; + static const char *PGP_CRYPT_END; + static const char *PGP_SIGNED_BEGIN; + static const char *PGP_SIGNED_END; + static const char *PGP_SIGNATURE_BEGIN; + static const char *PGP_SIGNATURE_END; }; #endif // GPGCONSTANTS_H |