]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
* make setMenuShown() and setToolShown() methods virtual
authorvsr <vsr@opencascade.com>
Thu, 2 Mar 2006 13:27:24 +0000 (13:27 +0000)
committervsr <vsr@opencascade.com>
Thu, 2 Mar 2006 13:27:24 +0000 (13:27 +0000)
src/CAM/CAM_Module.h

index 7b32a40134d6380dea05e4b8368df0b7d7826da3..8896eb23bdb186c6993221cc8fae39ba790e84ca 100755 (executable)
@@ -65,14 +65,14 @@ public:
 
   /** @name Set Menu Shown*/
   //@{
-  void                   setMenuShown( const bool );
+  virtual void           setMenuShown( const bool );
   void                   setMenuShown( QAction*, const bool );
   void                   setMenuShown( const int, const bool );
   //@}
 
   /** @name Set Tool Shown*/
   //@{
-  void                   setToolShown( const bool );
+  virtual void           setToolShown( const bool );
   void                   setToolShown( QAction*, const bool );
   void                   setToolShown( const int, const bool );
   //@}