aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendApplication.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-17 16:33:21 +0000
committersaturneric <[email protected]>2024-05-17 16:33:21 +0000
commit63dbe4a917d89c30b0bf5c45d65c2a2e9ccb907b (patch)
tree03d9ed3a0a7b13b3a9d0fbe8d942ffa6d1156b2a /src/ui/GpgFrontendApplication.cpp
parentfix: remove qt5compat and redirect dll output path of modules (diff)
downloadGpgFrontend-63dbe4a917d89c30b0bf5c45d65c2a2e9ccb907b.tar.gz
GpgFrontend-63dbe4a917d89c30b0bf5c45d65c2a2e9ccb907b.zip
fix: cannot show version in about tab
Diffstat (limited to 'src/ui/GpgFrontendApplication.cpp')
-rw-r--r--src/ui/GpgFrontendApplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendApplication.cpp b/src/ui/GpgFrontendApplication.cpp
index b3c12de6..900d4735 100644
--- a/src/ui/GpgFrontendApplication.cpp
+++ b/src/ui/GpgFrontendApplication.cpp
@@ -40,7 +40,7 @@ GpgFrontendApplication::GpgFrontendApplication(int &argc, char *argv[])
#endif
// set the extra information of the build
- GpgFrontendApplication::setApplicationVersion(GetProjectBuildVersion());
+ GpgFrontendApplication::setApplicationVersion(GetProjectVersion());
GpgFrontendApplication::setApplicationName(QString::fromUtf8((PROJECT_NAME)));
GpgFrontendApplication::setApplicationDisplayName(
QString::fromUtf8((PROJECT_NAME)));