aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-14 12:56:18 +0000
committersaturneric <[email protected]>2024-04-14 12:56:18 +0000
commitcb2672ca430c54244df7bd46ef97256c3d840cbf (patch)
treea54bb28d61cf9dbf608261782c4f3febec72ea8c /src/ui/main_window/MainWindow.cpp
parentfix: use qt designer placeholder instead of custom initialized (diff)
downloadGpgFrontend-cb2672ca430c54244df7bd46ef97256c3d840cbf.tar.gz
GpgFrontend-cb2672ca430c54244df7bd46ef97256c3d840cbf.zip
feat: add a grt viewer and solve some issues in gnupg info tab
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index fec7f6bf..e1c355c4 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -131,8 +131,7 @@ void MainWindow::Init() noexcept {
edit_->CurTextPage()->setFocus();
Module::ListenRTPublishEvent(
- this, "com.bktus.gpgfrontend.module.integrated.version_checking",
- "version.loading_done",
+ this, kVersionCheckingModuleID, "version.loading_done",
[=](Module::Namespace, Module::Key, int, std::any) {
GF_UI_LOG_DEBUG(
"versionchecking version.loading_done changed, calling slot "