aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/module/Event.h')
-rw-r--r--src/core/module/Event.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/module/Event.h b/src/core/module/Event.h
index a6660266..17c08d84 100644
--- a/src/core/module/Event.h
+++ b/src/core/module/Event.h
@@ -34,7 +34,8 @@
#include "core/GpgFrontendCore.h"
#include "core/model/DataObject.h"
-#include "sdk/GFSDKModule.h"
+
+struct GFModuleEvent;
namespace GpgFrontend::Module {
@@ -45,7 +46,7 @@ using EventIdentifier = QString;
using EventTriggerIdentifier = QString;
using Evnets = QContainer<Event>;
-class GPGFRONTEND_CORE_EXPORT Event {
+class GF_CORE_EXPORT Event {
public:
using ParameterValue = std::any;
using EventIdentifier = QString;