diff options
author | saturneric <[email protected]> | 2024-07-28 17:45:39 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-28 17:47:40 +0000 |
commit | 3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac (patch) | |
tree | c344bf0615bc49f80bb81519810bade0d6ea05ba /src/core/utils/BuildInfoUtils.h | |
parent | fix: errors in judgment conditions (diff) | |
download | GpgFrontend-3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac.tar.gz GpgFrontend-3ef497cbeb8835ef13e20c690a4fb83a9f5c4eac.zip |
feat: support more build mode
Diffstat (limited to 'src/core/utils/BuildInfoUtils.h')
-rw-r--r-- | src/core/utils/BuildInfoUtils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/utils/BuildInfoUtils.h b/src/core/utils/BuildInfoUtils.h index 07b0bb21..dfc9efe3 100644 --- a/src/core/utils/BuildInfoUtils.h +++ b/src/core/utils/BuildInfoUtils.h @@ -37,6 +37,13 @@ namespace GpgFrontend { * * @return QString */ +auto GPGFRONTEND_CORE_EXPORT GetProjectName() -> QString; + +/** + * @brief + * + * @return QString + */ auto GPGFRONTEND_CORE_EXPORT GetProjectVersion() -> QString; /** |