From: adv Date: Mon, 24 Mar 2014 05:11:50 +0000 (+0000) Subject: Style changes. X-Git-Tag: BR_hydro_v1_0_1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a88716339afd0e93e4a62bd0379c8c6eacd01ad9;p=modules%2Fhydro.git Style changes. --- diff --git a/src/HYDROGUI/HYDROGUI_ShowHideOp.h b/src/HYDROGUI/HYDROGUI_ShowHideOp.h index a04cbb4d..c10e09bf 100644 --- a/src/HYDROGUI/HYDROGUI_ShowHideOp.h +++ b/src/HYDROGUI/HYDROGUI_ShowHideOp.h @@ -30,9 +30,12 @@ class HYDROGUI_ShowHideOp : public HYDROGUI_Operation Q_OBJECT public: + HYDROGUI_ShowHideOp( HYDROGUI_Module* theModule, int theId ); virtual ~HYDROGUI_ShowHideOp(); +public: + virtual bool isGranted() const { return true; } protected: