diff options
author | saturneric <[email protected]> | 2024-04-30 17:58:36 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-30 17:58:36 +0000 |
commit | 46870f10fdbc18d695242c945c0c39e4d832ec39 (patch) | |
tree | 600d14c9f89dd3de8fcd2df34622f705dbfee73f /src/core/module/GlobalModuleContext.h | |
parent | feat: add progress bar at gnupg info tab (diff) | |
download | GpgFrontend-46870f10fdbc18d695242c945c0c39e4d832ec39.tar.gz GpgFrontend-46870f10fdbc18d695242c945c0c39e4d832ec39.zip |
fix: reset module settings object in a proper way
Diffstat (limited to 'src/core/module/GlobalModuleContext.h')
-rw-r--r-- | src/core/module/GlobalModuleContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/module/GlobalModuleContext.h b/src/core/module/GlobalModuleContext.h index 3177f984..8942b04d 100644 --- a/src/core/module/GlobalModuleContext.h +++ b/src/core/module/GlobalModuleContext.h @@ -78,9 +78,9 @@ class GPGFRONTEND_CORE_EXPORT GlobalModuleContext : public QObject { auto ListenEvent(ModuleIdentifier, EventIdentifier) -> bool; - auto TriggerEvent(EventRefrernce) -> bool; + auto TriggerEvent(EventReference) -> bool; - auto SearchEvent(EventTriggerIdentifier) -> std::optional<EventRefrernce>; + auto SearchEvent(EventTriggerIdentifier) -> std::optional<EventReference>; auto GetModuleListening(ModuleIdentifier) -> QList<EventIdentifier>; |