]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet the coding style (split too long line).
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 3 Apr 2020 14:23:00 +0000 (17:23 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 3 Apr 2020 14:23:00 +0000 (17:23 +0300)
src/SHAPERGUI/SHAPERGUI.cpp

index 51ff98cd9b89860cdda48cd7f54d79a0eaa7c2df..084f623d16e8a75ffd5252cdb121ca94b6a1378e 100644 (file)
@@ -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);