X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderDlg.h;h=a85e439a144c8e912a7c7115436f4a471b8d568a;hb=4002febb8b27c5d1bb1817183d1f046096ecb8f6;hp=dafe10fd0cc7bf9fd57430e7ce13b4699fddfeed;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h index dafe10fd0..a85e439a1 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h +++ b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // 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. +// 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 @@ -57,7 +57,7 @@ class SMESHGUI_EXPORT SMESHGUI_MeshOrderBox : public QGroupBox //! Clear mesh box void Clear(); - //! Set mesh (submesh) names and indeces + //! Set mesh (submesh) names and indices void SetMeshes(const ListListName& theMeshNames, const ListListId& theMeshIds); @@ -66,7 +66,7 @@ class SMESHGUI_EXPORT SMESHGUI_MeshOrderBox : public QGroupBox //! Returns result (ordered by user) mesh names ListListId GetMeshIds() const; - //! Returns result (ordered by user) mesh indeces + //! Returns result (ordered by user) mesh indices ListListName GetMeshNames() const; private slots: