From 334029ee7a94867a1ed39d7ba51b6e49770b6e34 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 27 Aug 2018 18:36:32 +0300 Subject: [PATCH] Correct misprint --- src/SHAPERGUI/SHAPERGUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2