Salome HOME
Issue #3279: Incorrect result of 1D-Fillet with boundary value of radius
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetEditor.cpp
index adadd23b0f24dc6a7e3dda54df8915005ed70247..aa73fd1a169ca71eadf5ea832d78f22907280b03 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  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
 //
 // 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
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include <ModuleBase_WidgetEditor.h>
@@ -54,6 +53,7 @@ public:
   ModuleBase_EditorDialog(QWidget* theParent, Qt::WindowFlags theFlags)
     : QDialog(theParent, theFlags)
   {
+    setObjectName("ModuleBase_EditorDialog");
     setMinimumWidth(100);
   }
   ~ModuleBase_EditorDialog() {}