From: vsv Date: Mon, 27 Aug 2018 15:36:32 +0000 (+0300) Subject: Correct misprint X-Git-Tag: SHAPER_V9_1_0RC1~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=334029ee7a94867a1ed39d7ba51b6e49770b6e34;p=modules%2Fshaper.git Correct misprint --- diff --git a/src/SHAPERGUI/SHAPERGUI.cpp b/src/SHAPERGUI/SHAPERGUI.cpp index 9fe4223b1..deffb4dcb 100644 --- a/src/SHAPERGUI/SHAPERGUI.cpp +++ b/src/SHAPERGUI/SHAPERGUI.cpp @@ -207,7 +207,7 @@ bool SHAPERGUI::activateModule(SUIT_Study* theStudy) desktop()->tabifyDockWidget(aObjDoc, myWorkshop->propertyPanel()); } - DockWidget* aInspection = myWorkshop->inspectionPanel(); + QDockWidget* aInspection = myWorkshop->inspectionPanel(); if (aInspection) { QAction* aViewAct = aInspection->toggleViewAction(); aViewAct->setEnabled(true); @@ -313,7 +313,7 @@ bool SHAPERGUI::deactivateModule(SUIT_Study* theStudy) QAction* aViewAct = aObjDoc->toggleViewAction(); aViewAct->setEnabled(false); } - DockWidget* aInspection = myWorkshop->inspectionPanel(); + QDockWidget* aInspection = myWorkshop->inspectionPanel(); if (aInspection) { aInspection->setVisible(false); QAction* aViewAct = aInspection->toggleViewAction();