Kaydet (Commit) 69095252 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1424322 Uninitialized scalar field

Change-Id: I4314ed8ecbfaf1435bc22688e9afb7b0b3bcbfd0
üst a2a0612e
......@@ -254,8 +254,10 @@ ClientData::ClientData() :
{
}
ShapeModel::ShapeModel() :
mbIsSignatureLine(false)
ShapeModel::ShapeModel()
: mbIsSignatureLine(false)
, mbSignatureLineShowSignDate(true)
, mbSignatureLineCanAddComment(false)
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment