Fix action copy operator
This commit is contained in:
parent
432ca3f883
commit
26cb281524
@ -147,4 +147,6 @@ void Action::operator =(const Action &other)
|
|||||||
{
|
{
|
||||||
m_actionTypeId = other.actionTypeId();
|
m_actionTypeId = other.actionTypeId();
|
||||||
m_params = other.params();
|
m_params = other.params();
|
||||||
|
m_thingId = other.thingId();
|
||||||
|
m_triggeredBy = other.triggeredBy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user