From: azv Date: Wed, 29 Jan 2020 08:57:35 +0000 (+0300) Subject: Meet coding style (split too long line) X-Git-Tag: V9_5_0a1~54^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8d623696a0aa115c52e14f5e326eb6cb64a16f0d;p=modules%2Fshaper.git Meet coding style (split too long line) --- diff --git a/src/PartSet/PartSet_BSplineWidget.h b/src/PartSet/PartSet_BSplineWidget.h index 7bbd319d0..05108ca03 100644 --- a/src/PartSet/PartSet_BSplineWidget.h +++ b/src/PartSet/PartSet_BSplineWidget.h @@ -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;