From c567d939b722e7abe970c57fca1657f106f4d67a Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 25 Jul 2008 12:31:34 +0000 Subject: [PATCH] *** empty log message *** --- src/VISUGUI/VisuGUI_Module.cxx | 10 +++++----- src/VISUGUI/VisuGUI_Module.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) 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 -- 2.39.2