X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_BSplineWidget.h;h=e9db12394112ddc543eaf1f687c583eaa57519c5;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=7bbd319d0c80d66a2a1ceb8c708214eea5eb822f;hpb=8b36669e0236a61cb14a2ecdbf5e0f992558cbbd;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_BSplineWidget.h b/src/PartSet/PartSet_BSplineWidget.h index 7bbd319d0..e9db12394 100644 --- a/src/PartSet/PartSet_BSplineWidget.h +++ b/src/PartSet/PartSet_BSplineWidget.h @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2020 CEA/DEN, EDF R&D +// Copyright (C) 2019-2023 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 @@ -87,7 +87,9 @@ private: QToolButton* myAddBtn; }; - QGroupBox* createPoleWidget(BSplinePoleWidgets& thePole, const QString& theName, QWidget* theParent); + QGroupBox* createPoleWidget(BSplinePoleWidgets& thePole, + const QString& theName, + QWidget* theParent); QWidget* myPolesWgt; ///< widget to show poles and weights of B-spline curve QGroupBox* myPolesGroupBox;