diff options
author | saturneric <[email protected]> | 2024-04-14 08:19:01 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-14 08:19:07 +0000 |
commit | 5967d6ccd9e382254a4fffdf5b54655b0faae6fb (patch) | |
tree | a48ac935be347de4042c7b5e0dbfbc419e04c667 /src/ui/dialog/help/GnupgTab.cpp | |
parent | feat: add auto activate function and optimums for some structures (diff) | |
download | GpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.tar.gz GpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.zip |
fix: use qt designer placeholder instead of custom initialized
Diffstat (limited to 'src/ui/dialog/help/GnupgTab.cpp')
-rw-r--r-- | src/ui/dialog/help/GnupgTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/help/GnupgTab.cpp b/src/ui/dialog/help/GnupgTab.cpp index 218426b6..7722960d 100644 --- a/src/ui/dialog/help/GnupgTab.cpp +++ b/src/ui/dialog/help/GnupgTab.cpp @@ -302,7 +302,7 @@ void GnupgTab::process_software_info() { void GnupgTab::gather_gnupg_info() { // if gnupg_info_gathering module activated - if (Module::IsModuleAcivate(kGnuPGInfoGatheringModuleID)) { + if (Module::IsModuleActivate(kGnuPGInfoGatheringModuleID)) { GF_CORE_LOG_DEBUG( "module gnupg_info_gathering is activated, " "loading external gnupg info..."); |