mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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.setCosmetic(true);
|
||||||
pen.setWidth(2);
|
pen.setWidth(2);
|
||||||
setPen(pen);
|
setPen(pen);
|
||||||
|
lastRunningSum = 0.0;
|
||||||
settingsChanged();
|
settingsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue