mirror of https://github.com/nymea/nymea.git
Fix action copy operator
parent
432ca3f883
commit
26cb281524
|
|
@ -147,4 +147,6 @@ void Action::operator =(const Action &other)
|
|||
{
|
||||
m_actionTypeId = other.actionTypeId();
|
||||
m_params = other.params();
|
||||
m_thingId = other.thingId();
|
||||
m_triggeredBy = other.triggeredBy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue