From: azv Date: Mon, 20 Jan 2020 13:39:38 +0000 (+0300) Subject: Fix coding style problems. X-Git-Tag: V9_5_0a1~54^2~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=befbd47554122bdbc74789ee76975167292d58be;p=modules%2Fshaper.git Fix coding style problems. --- diff --git a/src/PartSet/PartSet_WidgetBSplinePoints.cpp b/src/PartSet/PartSet_WidgetBSplinePoints.cpp index 5050b3355..2cc9ee1ff 100644 --- a/src/PartSet/PartSet_WidgetBSplinePoints.cpp +++ b/src/PartSet/PartSet_WidgetBSplinePoints.cpp @@ -461,7 +461,8 @@ void PartSet_WidgetBSplinePoints::deactivate() ModuleBase_ModelWidget::deactivate(); } -void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindow, QMouseEvent* theEvent) +void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindow, + QMouseEvent* theEvent) { // the contex menu release by the right button should not be processed by this widget if (theEvent->button() != Qt::LeftButton) @@ -543,7 +544,8 @@ void PartSet_WidgetBSplinePoints::mouseReleased(ModuleBase_IViewWindow* theWindo createNextPoint(); } -void PartSet_WidgetBSplinePoints::mouseMoved(ModuleBase_IViewWindow* theWindow, QMouseEvent* theEvent) +void PartSet_WidgetBSplinePoints::mouseMoved(ModuleBase_IViewWindow* theWindow, + QMouseEvent* theEvent) { PartSet_Module* aModule = dynamic_cast(myWorkshop->module());