]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet coding style (split too long line)
authorazv <azv@opencascade.com>
Wed, 29 Jan 2020 08:57:35 +0000 (11:57 +0300)
committerazv <azv@opencascade.com>
Wed, 29 Jan 2020 08:57:35 +0000 (11:57 +0300)
src/PartSet/PartSet_BSplineWidget.h

index 7bbd319d0c80d66a2a1ceb8c708214eea5eb822f..05108ca038ebb0856307c99ef1062896c92ef171 100644 (file)
@@ -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;