diff options
author | Saturneric <[email protected]> | 2021-06-19 10:28:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-19 10:28:30 +0000 |
commit | 7377178bc7214cf2e4e93ffa05e3ad29dda79b89 (patch) | |
tree | 8517330e926667004bc8d4854da78ff3caec7a37 /include/gpg/GpgConstants.h | |
parent | Add dependent files under Windows. (diff) | |
download | GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.tar.gz GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.zip |
Improve project documents
Continue to write ReadME
Eliminate compile-time warnings
Fix some problems
Diffstat (limited to 'include/gpg/GpgConstants.h')
-rw-r--r-- | include/gpg/GpgConstants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpg/GpgConstants.h b/include/gpg/GpgConstants.h index 6db7721f..64286ca4 100644 --- a/include/gpg/GpgConstants.h +++ b/include/gpg/GpgConstants.h @@ -22,8 +22,8 @@ * */ -#ifndef GPGCONSTANTS_H -#define GPGCONSTANTS_H +#ifndef GPG_CONSTANTS_H +#define GPG_CONSTANTS_H class QString; @@ -39,4 +39,4 @@ public: static const char *PGP_SIGNATURE_END; }; -#endif // GPGCONSTANTS_H +#endif // CONSTANTS_H |