From: vsv Date: Fri, 25 Jul 2008 12:31:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TG_VISU_2008_2008-08-22~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c567d939b722e7abe970c57fca1657f106f4d67a;p=modules%2Fvisu.git *** empty log message *** --- diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index 7cb1ecb5..072b5155 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -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 diff --git a/src/VISUGUI/VisuGUI_Module.h b/src/VISUGUI/VisuGUI_Module.h index 792d397b..df71ab67 100644 --- a/src/VISUGUI/VisuGUI_Module.h +++ b/src/VISUGUI/VisuGUI_Module.h @@ -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