PD: Fix several coverity issues:
* CID 350558: Uninitialized pointer field * CID 350554: Uninitialized pointer field * CID 350589: Uninitialized pointer field * CID 350608: Uninitialized pointer field * CID 350544: Uncaught exception * CID 350568: Uncaught exception * CID 350603: Uncaught exception * CID 350562: Unchecked dynamic_cast * CID 350591: Unchecked dynamic_cast * CID 350583: Unchecked dynamic_cast * CID 350598: Unchecked dynamic_cast
This commit is contained in:
@@ -44,6 +44,7 @@ using namespace Gui;
|
||||
TaskExtrudeParameters::TaskExtrudeParameters(ViewProviderSketchBased *SketchBasedView, QWidget *parent,
|
||||
const std::string& pixmapname, const QString& parname)
|
||||
: TaskSketchBasedParameters(SketchBasedView, parent, pixmapname, parname)
|
||||
, propReferenceAxis(nullptr)
|
||||
, ui(new Ui_TaskPadPocketParameters)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
|
||||
Reference in New Issue
Block a user