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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/Event.h b/src/core/module/Event.h
index d37992b7..a6660266 100644
--- a/src/core/module/Event.h
+++ b/src/core/module/Event.h
@@ -40,7 +40,7 @@ namespace GpgFrontend::Module {
class Event;
-using EventReference = std::shared_ptr<Event>;
+using EventReference = QSharedPointer<Event>;
using EventIdentifier = QString;
using EventTriggerIdentifier = QString;
using Evnets = QContainer<Event>;