aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/GpgFrontendModuleInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/module/GpgFrontendModuleInit.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/module/GpgFrontendModuleInit.cpp b/src/module/GpgFrontendModuleInit.cpp
index cd874817..46a57f47 100644
--- a/src/module/GpgFrontendModuleInit.cpp
+++ b/src/module/GpgFrontendModuleInit.cpp
@@ -32,6 +32,7 @@
#include <module/sdk/Log.h>
// integrated modules
+#include "integrated/gnupg_info_gathering_module/GnuPGInfoGatheringModule.h"
#include "integrated/version_checking_module/VersionCheckingModule.h"
namespace GpgFrontend::Module {
@@ -45,6 +46,10 @@ void LoadGpgFrontendModules() {
RegisterAndActivateModule<
Integrated::VersionCheckingModule::VersionCheckingModule>();
+ // VersionCheckingModule
+ RegisterAndActivateModule<
+ Integrated::GnuPGInfoGatheringModule::GnuPGInfoGatheringModule>();
+
MODULE_LOG_INFO("load integrated module done.");
}