X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshOrderDlg.h;h=a85e439a144c8e912a7c7115436f4a471b8d568a;hb=42c23b637c033e8695a798b13360df7602e79426;hp=dce14acab65dda781e0549c8e1f3755371270685;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h index dce14acab..a85e439a1 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h +++ b/src/SMESHGUI/SMESHGUI_MeshOrderDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -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: