aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/GlobalModuleContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/GlobalModuleContext.h')
-rw-r--r--src/core/module/GlobalModuleContext.h4
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>;