mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: Uninitialized scalar field
CID 45184 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
803759efea
commit
57e701f10e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ DivePlotDataModel::DivePlotDataModel(QObject *parent) :
|
|||
dcNr(0)
|
||||
{
|
||||
memset(&pInfo, 0, sizeof(pInfo));
|
||||
memset(&plot_deco_state, 0, sizeof(struct deco_state));
|
||||
}
|
||||
|
||||
int DivePlotDataModel::columnCount(const QModelIndex &parent) const
|
||||
|
|
Loading…
Add table
Reference in a new issue