aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-26 10:01:34 +0000
committersaturneric <[email protected]>2024-07-26 10:08:07 +0000
commit09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd (patch)
tree65dc5adb6ba997c4ec98bb3616cb594a638967dc /src/init.cpp
parentfix: Qt6CoreConfigureFileTemplate.in does not exist (diff)
downloadGpgFrontend-09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd.tar.gz
GpgFrontend-09f6952d0a965f5dc29c8ca602bf49e3dc7f81fd.zip
fix: solve the wayland issue of flatpak and fix urls at appstream meta file
cause: QApplication inadvertently initialised twice
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.cpp b/src/init.cpp
index b3156d1f..da89be1f 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -122,9 +122,6 @@ void InitGlobalBasicEnv(const GFCxtWPtr &p_ctx, bool gui_mode) {
// change path to search for related
InitGlobalPathEnv();
- // init application
- ctx->InitApplication();
-
// should load module system first
Module::ModuleInitArgs module_init_args;
module_init_args.log_level = ctx->log_level;