From befbd47554122bdbc74789ee76975167292d58be Mon Sep 17 00:00:00 2001 From: azv Date: Mon, 20 Jan 2020 16:39:38 +0300 Subject: [PATCH] Fix coding style problems. --- src/PartSet/PartSet_WidgetBSplinePoints.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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()); -- 2.39.2