mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
Cleanup: Uninitialized scalar field
CID 208315 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
2a58be6649
commit
34c3818bd7
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue