Cleanup: Uninitialized scalar field

CID 208315

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-12-28 09:49:25 +01:00
parent 2a58be6649
commit 34c3818bd7

View file

@ -135,6 +135,7 @@ BLEObject::BLEObject(QLowEnergyController *c, dc_user_device_t *d)
controller = c; controller = c;
device = d; device = d;
debugCounter = 0; debugCounter = 0;
isCharacteristicWritten = false;
} }
BLEObject::~BLEObject() BLEObject::~BLEObject()