diff --git a/libnymea/types/action.cpp b/libnymea/types/action.cpp index 02b87ff9..7e284dd6 100644 --- a/libnymea/types/action.cpp +++ b/libnymea/types/action.cpp @@ -57,7 +57,8 @@ Action::Action(const ActionTypeId &actionTypeId, const ThingId &thingId, Trigger Action::Action(const Action &other): m_actionTypeId(other.actionTypeId()), m_thingId(other.thingId()), - m_params(other.params()) + m_params(other.params()), + m_triggeredBy(other.triggeredBy()) { }