mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
cleanup: Uninitialized scalar field
CID 208332 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
555f789b55
commit
2fb5a7d082
1 changed files with 1 additions and 0 deletions
|
@ -624,6 +624,7 @@ DiveMeanDepthItem::DiveMeanDepthItem()
|
|||
pen.setCosmetic(true);
|
||||
pen.setWidth(2);
|
||||
setPen(pen);
|
||||
lastRunningSum = 0.0;
|
||||
settingsChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue