Salome HOME
Issue #3135: Provide standard mode of building for non-dragging objects
[modules/shaper.git] / 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;