fix state ctor
This commit is contained in:
parent
f93b0c345f
commit
9e3f55ab21
@ -1,6 +1,8 @@
|
||||
#include "state.h"
|
||||
|
||||
State::State(const QUuid &stateTypeId, const QUuid &deviceId)
|
||||
State::State(const QUuid &stateTypeId, const QUuid &deviceId):
|
||||
m_stateTypeId(stateTypeId),
|
||||
m_deviceId(deviceId)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user