PVS: V730 Not all members of a class are initialized inside the constructor

This commit is contained in:
wmayer
2020-07-16 20:38:30 +02:00
parent 7566bd1343
commit cbb5f99ade
17 changed files with 32 additions and 17 deletions

View File

@@ -947,7 +947,8 @@ void PartGui::goSetupResultUnorientableShapeFace(ResultEntry *entry)
////////////////////////////////////////////////////////////////////////////////////////////////
TaskCheckGeometryDialog::TaskCheckGeometryDialog() : widget(0), contentLabel(0)
TaskCheckGeometryDialog::TaskCheckGeometryDialog()
: widget(0), contentLabel(0), okBtn(0), settingsBtn(0), resultsBtn(0)
{
ParameterGrp::handle group = App::GetApplication().GetUserParameter().
GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod")->GetGroup("Part")->GetGroup("CheckGeometry");