From a88716339afd0e93e4a62bd0379c8c6eacd01ad9 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 24 Mar 2014 05:11:50 +0000 Subject: [PATCH] Style changes. --- src/HYDROGUI/HYDROGUI_ShowHideOp.h | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.39.2