aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgConstants.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-12 02:14:58 +0000
committerSaturneric <[email protected]>2021-05-12 02:14:58 +0000
commit26691b14d7d3294769c1cb0d0e099efd75dcc6c6 (patch)
tree7e16cb949955e635bada530ba7fd23a43ef8e4bb /src/gpg/GpgConstants.cpp
parentSrouce Files Tidy and Reform (diff)
downloadGpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.tar.gz
GpgFrontend-26691b14d7d3294769c1cb0d0e099efd75dcc6c6.zip
File Structure Modified.
Change Headers and Source Files Name. Modified CMake Structure.
Diffstat (limited to '')
-rw-r--r--src/gpg/GpgConstants.cpp (renamed from src/gpgconstants.cpp)3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpgconstants.cpp b/src/gpg/GpgConstants.cpp
index 9e919386..7fe800fb 100644
--- a/src/gpgconstants.cpp
+++ b/src/gpg/GpgConstants.cpp
@@ -19,8 +19,7 @@
* along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
-#include "gpgconstants.h"
-#include <QString>
+#include "gpg/GpgConstants.h"
const char *GpgConstants::PGP_CRYPT_BEGIN = "-----BEGIN PGP MESSAGE-----";
const char *GpgConstants::PGP_CRYPT_END = "-----END PGP MESSAGE-----";