X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchShapePlugin%2FSketchShapePlugin_PageGroupBox.cpp;fp=src%2FSketchShapePlugin%2FSketchShapePlugin_PageGroupBox.cpp;h=0000000000000000000000000000000000000000;hb=5a4405dc843479d921b53b83c181cbe9359414fe;hp=db4d9eb70196e51988369008798d03197492305e;hpb=5403f92db67b8ee3ee88fe27b93e6daa4adf7287;p=modules%2Fshaper.git diff --git a/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp b/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp deleted file mode 100755 index db4d9eb70..000000000 --- a/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D --> - -// File: SketchShapePlugin_PageGroupBox.h -// Created: 25 Nov 2015 -// Author: Natalia ERMOLAEVA - -#include - -SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent) -: ModuleBase_PageGroupBox(theParent) -{ -} - -void SketchShapePlugin_PageGroupBox::setHighlightedGroupBox(bool isHighlighted) -{ - ModuleBase_Tools::setShadowEffect(this, isHighlighted); -} -