diff options
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 f122f36f..e0f8e644 100644 --- a/src/core/module/GlobalModuleContext.h +++ b/src/core/module/GlobalModuleContext.h @@ -82,13 +82,13 @@ class GPGFRONTEND_CORE_EXPORT GlobalModuleContext : public QObject { auto SearchEvent(EventTriggerIdentifier) -> std::optional<EventReference>; - auto GetModuleListening(ModuleIdentifier) -> QList<EventIdentifier>; + auto GetModuleListening(ModuleIdentifier) -> QStringList; auto IsModuleActivated(ModuleIdentifier) -> bool; auto IsIntegratedModule(ModuleIdentifier) -> bool; - auto ListAllRegisteredModuleID() -> QList<ModuleIdentifier>; + auto ListAllRegisteredModuleID() -> QStringList; [[nodiscard]] auto GetRegisteredModuleNum() const -> int; |