aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleManager.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-14 08:19:01 +0000
committersaturneric <[email protected]>2024-04-14 08:19:07 +0000
commit5967d6ccd9e382254a4fffdf5b54655b0faae6fb (patch)
treea48ac935be347de4042c7b5e0dbfbc419e04c667 /src/core/module/ModuleManager.h
parentfeat: add auto activate function and optimums for some structures (diff)
downloadGpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.tar.gz
GpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.zip
fix: use qt designer placeholder instead of custom initialized
Diffstat (limited to 'src/core/module/ModuleManager.h')
-rw-r--r--src/core/module/ModuleManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/ModuleManager.h b/src/core/module/ModuleManager.h
index 5110dfc2..d5cd8387 100644
--- a/src/core/module/ModuleManager.h
+++ b/src/core/module/ModuleManager.h
@@ -130,7 +130,7 @@ void TriggerEvent(const EventIdentifier& event_id, Args&&... args,
* @return true
* @return false
*/
-auto GPGFRONTEND_CORE_EXPORT IsModuleAcivate(ModuleIdentifier) -> bool;
+auto GPGFRONTEND_CORE_EXPORT IsModuleActivate(ModuleIdentifier) -> bool;
/**
* @brief