X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IWorkshop.cpp;h=ed81c0c939fa2a26028207cf99f540dfc22f5e85;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=6105bf263ae0f27247bb1409b92bd05d3d5bacc8;hpb=6d0364ff4f55e3cd5087063b0895635c03e78635;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IWorkshop.cpp b/src/ModuleBase/ModuleBase_IWorkshop.cpp index 6105bf263..ed81c0c93 100644 --- a/src/ModuleBase/ModuleBase_IWorkshop.cpp +++ b/src/ModuleBase/ModuleBase_IWorkshop.cpp @@ -1,11 +1,23 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModuleBase_ModelWidget.h -// Created: 25 Apr 2014 -// Author: Natalia ERMOLAEVA +// Copyright (C) 2014-2023 CEA, EDF +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #include "ModuleBase_IWorkshop.h" -#include "ModuleBase_FilterFactory.h" ModuleBase_IWorkshop::ModuleBase_IWorkshop(QObject* theParent) : QObject(theParent) @@ -17,9 +29,3 @@ Handle(ModuleBase_FilterValidated) ModuleBase_IWorkshop::validatorFilter() { return myValidatorFilter; } - -ModuleBase_FilterFactory* ModuleBase_IWorkshop::selectionFilters() const -{ - static ModuleBase_FilterFactory* aFactory = new ModuleBase_FilterFactory; - return aFactory; -}