aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-11 19:55:57 +0000
committersaturneric <[email protected]>2024-04-11 19:56:05 +0000
commite6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d (patch)
treeac51625707d1c7d97c123ae3c58c8653e859dcd8 /src/ui/main_window/MainWindow.cpp
parentrefactor: reduce core prebuild headers and isolate core to modules (diff)
downloadGpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.tar.gz
GpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.zip
fix: find and solve some issues on module management
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index a7bd63d8..c7acb5bc 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -131,7 +131,7 @@ void MainWindow::Init() noexcept {
edit_->CurTextPage()->setFocus();
Module::ListenRTPublishEvent(
- this, "com.bktus.gpgfrontend.module.integrated.version-checking",
+ this, "com.bktus.gpgfrontend.module.integrated.version_checking",
"version.loading_done",
[=](Module::Namespace, Module::Key, int, std::any) {
GF_UI_LOG_DEBUG(