// Purpose : Constructor
//=======================================================================
SMESHGUI_FilterLibraryDlg::SMESHGUI_FilterLibraryDlg (SMESHGUI* theModule,
- QWidget* parent,
+ QWidget* parent,
const QValueList<int>& theTypes,
const int theMode,
const char* theName)
// Purpose : Constructor
//=======================================================================
SMESHGUI_FilterLibraryDlg::SMESHGUI_FilterLibraryDlg (SMESHGUI* theModule,
- QWidget* parent,
+ QWidget* parent,
const int theType,
const int theMode,
const char* theName)
SMESH::Filter_ptr SMESHGUI_FilterLibraryDlg::createFilter(const int theType)
{
int n = myTable->NumRows(theType);
- n = 0;
SMESH::Filter::Criteria_var aCriteria = new SMESH::Filter::Criteria;
aCriteria->length(n);