Diag: new constructor for DCMachineEvent
This commit is contained in:
@@ -78,7 +78,7 @@ namespace DeviceController {
|
||||
class DCMachineEvent {
|
||||
public:
|
||||
DCMachineEvent() = default;
|
||||
DCMachineEvent(DeviceController::State state, const QString& id) : state(state), eventId(id) {}
|
||||
DCMachineEvent(DeviceController::State state);
|
||||
|
||||
DeviceController::State state;
|
||||
QString eventId;
|
||||
|
||||
Reference in New Issue
Block a user