X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FModuleBase%2FModuleBase_IErrorMgr.cpp;h=c2a0a4e5b65f09d82ed6f55a1c29302657774a4e;hb=374a366d81778aa27ed32cc080c0f95bdb03f1c5;hp=293c2b80f9b98a78ada27b13871953b8ff1d61e5;hpb=34afe547352180006fee9600173c4dc93dc1f6c3;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IErrorMgr.cpp b/src/ModuleBase/ModuleBase_IErrorMgr.cpp index 293c2b80f..c2a0a4e5b 100644 --- a/src/ModuleBase/ModuleBase_IErrorMgr.cpp +++ b/src/ModuleBase/ModuleBase_IErrorMgr.cpp @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModuleBase_ErrorMgr.cpp -// Created: 22 July 2015 -// Author: Sergey POKHODENKO +// Copyright (C) 2014-2021 CEA/DEN, EDF R&D +// +// 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_IErrorMgr.h" @@ -23,7 +36,7 @@ ModuleBase_IErrorMgr::~ModuleBase_IErrorMgr() void ModuleBase_IErrorMgr::setPropertyPanel(ModuleBase_IPropertyPanel* theProp) { - myPropertyPanel = theProp; + myPropertyPanel = theProp; if (myPropertyPanel) { foreach(const ModuleBase_ModelWidget* aWgt, myPropertyPanel->modelWidgets()) {