From: Artem Zhidkov Date: Fri, 3 Apr 2020 14:23:00 +0000 (+0300) Subject: Meet the coding style (split too long line). X-Git-Tag: V9_5_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00ee41181c05b558af5f3fca7f41e2571ef61929;p=modules%2Fshaper.git Meet the coding style (split too long line). --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 51ff98cd9..084f623d1 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -277,7 +277,8 @@ bool SHAPERGUI::activateModule(SUIT_Study* theStudy) if (!myInspectionPanel) { myInspectionPanel = myWorkshop->inspectionPanel(); - connect(myInspectionPanel->toggleViewAction(), SIGNAL(toggled(bool)), this, SLOT(onWhatIs(bool))); + connect(myInspectionPanel->toggleViewAction(), SIGNAL(toggled(bool)), + this, SLOT(onWhatIs(bool))); } myInspectionPanel->toggleViewAction()->setVisible(true);