diff options
author | saturneric <[email protected]> | 2024-11-22 22:09:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-22 22:09:37 +0000 |
commit | 4f8819c36209f5017aed299aeda5893630e11974 (patch) | |
tree | 49e8f2d6bb0d6e86de72afe02d87088b311abbb6 /src/ui/GpgFrontendApplication.cpp | |
parent | feat: rewrite core init processes and add env option (diff) | |
download | GpgFrontend-4f8819c36209f5017aed299aeda5893630e11974.tar.gz GpgFrontend-4f8819c36209f5017aed299aeda5893630e11974.zip |
feat: improve version option
Diffstat (limited to '')
-rw-r--r-- | src/ui/GpgFrontendApplication.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendApplication.cpp b/src/ui/GpgFrontendApplication.cpp index 2151fd60..94d8f808 100644 --- a/src/ui/GpgFrontendApplication.cpp +++ b/src/ui/GpgFrontendApplication.cpp @@ -49,7 +49,6 @@ GpgFrontendApplication::GpgFrontendApplication(int &argc, char *argv[]) " " + QString("Develop (%1)").arg(GetProjectBuildGitCommitHash().last(6)); } - LOG_I() << "Application Display Name: " << application_display_name; // set the extra information of the build GpgFrontendApplication::setApplicationVersion(GetProjectVersion()); |