]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Fri, 25 Jul 2008 12:31:34 +0000 (12:31 +0000)
committervsv <vsv@opencascade.com>
Fri, 25 Jul 2008 12:31:34 +0000 (12:31 +0000)
src/VISUGUI/VisuGUI_Module.cxx
src/VISUGUI/VisuGUI_Module.h

index 7cb1ecb5f311aa7f710c0826fcebe2118b7b0d66..072b5155d46ec767e7b4d476769bba16f8cf7056 100644 (file)
@@ -1589,9 +1589,9 @@ namespace
 
 
 //---------------------------------------------------------------
-bool VisuGUI_Module::eventFilter( QObject * theWatched, QEvent * theEvent )
-{
-  bool aRet = VisuGUI::eventFilter(theWatched,theEvent);
+//bool VisuGUI_Module::eventFilter( QObject * theWatched, QEvent * theEvent )
+//{
+//  bool aRet = VisuGUI::eventFilter(theWatched,theEvent);
 //   if(theEvent->type() == QEvent::Show){
 //     if(SUIT_ViewManager* aViewManager = getViewManager(VVTK_Viewer::Type(),false)){
 //       SUIT_ViewWindow* aWindow = aViewManager->getActiveView();
@@ -1612,8 +1612,8 @@ bool VisuGUI_Module::eventFilter( QObject * theWatched, QEvent * theEvent )
 //       }
 //     }
 //   }
-  return aRet;
-}
+//  return aRet;
+//}
 
 
 const char gSeparator = '_'; // character used to separate parameter names
index 792d397b2309032b7a1d45fd7e018c02cf6cf753..df71ab672a8e444828100df31c708db44fe7387a 100644 (file)
@@ -50,9 +50,9 @@ public:
   virtual
   ~VisuGUI_Module();
 
-  virtual
-  bool
-  eventFilter( QObject * theWatched, QEvent * theEvent );
+  //  virtual
+  //  bool
+  //  eventFilter( QObject * theWatched, QEvent * theEvent );
 
   //! Redifined method of the module initializing.
   virtual