Cleanup: Uninitialized scalar field
CID 208315 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
2a58be6649
commit
34c3818bd7
@ -135,6 +135,7 @@ BLEObject::BLEObject(QLowEnergyController *c, dc_user_device_t *d)
|
||||
controller = c;
|
||||
device = d;
|
||||
debugCounter = 0;
|
||||
isCharacteristicWritten = false;
|
||||
}
|
||||
|
||||
BLEObject::~BLEObject()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user