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/core/module/ModuleManager.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/core/module/ModuleManager.cpp')
-rw-r--r-- | src/core/module/ModuleManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/ModuleManager.cpp b/src/core/module/ModuleManager.cpp index 0e1f6984..6da48eec 100644 --- a/src/core/module/ModuleManager.cpp +++ b/src/core/module/ModuleManager.cpp @@ -203,7 +203,7 @@ class ModuleManager::Impl { QList<QLibrary> module_libraries_; }; -auto IsModuleAcivate(ModuleIdentifier id) -> bool { +auto IsModuleActivate(ModuleIdentifier id) -> bool { return ModuleManager::GetInstance().IsModuleActivated(id); } |