mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:43:24 +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;
|
||||
device = d;
|
||||
debugCounter = 0;
|
||||
isCharacteristicWritten = false;
|
||||
}
|
||||
|
||||
BLEObject::~BLEObject()
|
||||
|
|
Loading…
Add table
Reference in a new issue