fix Coverity issues
This commit is contained in:
parent
9459938cdc
commit
32aa72e94c
|
@ -64,7 +64,12 @@ using namespace Gui;
|
|||
/* TRANSLATOR FemGui::TaskFemConstraint */
|
||||
|
||||
TaskFemConstraint::TaskFemConstraint(ViewProviderFemConstraint *ConstraintView,QWidget *parent,const char* pixmapname)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap(pixmapname),tr("FEM constraint parameters"),true, parent),ConstraintView(ConstraintView)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap(pixmapname),tr("FEM constraint parameters"),true, parent)
|
||||
, proxy(nullptr)
|
||||
, ConstraintView(ConstraintView)
|
||||
, buttonBox(nullptr)
|
||||
, okButton(nullptr)
|
||||
, cancelButton(nullptr)
|
||||
{
|
||||
selectionMode = selref;
|
||||
|
||||
|
|
|
@ -58,9 +58,7 @@ public:
|
|||
TaskTetParameter(Fem::FemMeshShapeNetgenObject *pcObject,QWidget *parent = 0);
|
||||
~TaskTetParameter();
|
||||
|
||||
ViewProviderFemMeshShapeNetgen * MeshViewProvider;
|
||||
void setInfo(void);
|
||||
|
||||
bool touched;
|
||||
|
||||
private Q_SLOTS:
|
||||
|
|
|
@ -40,6 +40,7 @@ using namespace ImageGui;
|
|||
ImageOrientationDialog::ImageOrientationDialog()
|
||||
: QDialog(Gui::getMainWindow()), ui(new Ui_ImageOrientationDialog)
|
||||
{
|
||||
DirType = 0;
|
||||
ui->setupUi(this);
|
||||
onPreview();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user