aboutsummaryrefslogtreecommitdiffstats
path: root/include/GpgFrontend.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-20 17:33:33 +0000
committerSaturneric <[email protected]>2021-06-20 17:33:33 +0000
commit8384dc6327f87fb0ac2b6a2f82e4ea440a3743ff (patch)
treea2b26f811a62d0be476005852e4e93c823e71b84 /include/GpgFrontend.h
parentUpdate README.md (diff)
downloadGpgFrontend-8384dc6327f87fb0ac2b6a2f82e4ea440a3743ff.tar.gz
GpgFrontend-8384dc6327f87fb0ac2b6a2f82e4ea440a3743ff.zip
Repair and improve the internationalization structure.
Repair and perfect engineering configuration. Modify some fields of the interface. Modify.gitignore.
Diffstat (limited to '')
-rw-r--r--include/GpgFrontend.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/include/GpgFrontend.h b/include/GpgFrontend.h
deleted file mode 100644
index 156709d9..00000000
--- a/include/GpgFrontend.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef GPGFRONTEND_H_IN
-#define GPGFRONTEND_H_IN
-
-#include <iostream>
-#include <string>
-#include <cmath>
-#include <clocale>
-#include <cerrno>
-#include <utility>
-#include <list>
-
-#include <QtCore>
-#include <QtWidgets>
-#include <QtNetwork/QtNetwork>
-#include <QtPrintSupport/QtPrintSupport>
-
-#include <gpgme.h>
-
-#define PROJECT_NAME "GpgFrontend"
-#define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release"
-#define GIT_VERSION "main_edf08cf137e47ab9e61f5f088cef94cdbeca2c6e"
-
-#define VERSION_MAJOR 1
-#define VERSION_MINOR 0
-#define VERSION_PATCH 0
-
-#define BUILD_TIMESTAMP "2021-06-19 20:12:57"
-
-#define GIT_BRANCH_NAME "main"
-#define GIT_COMMIT_HASH "edf08cf137e47ab9e61f5f088cef94cdbeca2c6e"
-
-#endif //GPGFRONTEND_H_IN