From: sln Date: Wed, 11 Apr 2007 12:13:30 +0000 (+0000) Subject: ClickOnCancel slot is virtual now to have possibility clear temporary structures... X-Git-Tag: V3_2_6pre4~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6318afdea1e1b0f3933922e9ecb066142e1ba548;p=modules%2Fgeom.git ClickOnCancel slot is virtual now to have possibility clear temporary structures when dialog is closed(PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice) --- diff --git a/src/GEOMBase/GEOMBase_Skeleton.h b/src/GEOMBase/GEOMBase_Skeleton.h index 7f1f61d6b..b4bffe4df 100644 --- a/src/GEOMBase/GEOMBase_Skeleton.h +++ b/src/GEOMBase/GEOMBase_Skeleton.h @@ -87,7 +87,7 @@ protected: QString myHelpFileName; protected slots: - void ClickOnCancel(); + virtual void ClickOnCancel(); void LineEditReturnPressed(); void DeactivateActiveDialog(); void ActivateThisDialog();