From d05fbadb1943aac2c464b63cfd69a41b2d4458ba Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 29 Nov 2006 08:39:06 +0000 Subject: [PATCH] minor fix --- src/VISUGUI/VisuGUI_InputPane.cxx | 2 +- src/VISUGUI/VisuGUI_InputPane.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/VISUGUI/VisuGUI_InputPane.cxx b/src/VISUGUI/VisuGUI_InputPane.cxx index abae4947..f5002c76 100644 --- a/src/VISUGUI/VisuGUI_InputPane.cxx +++ b/src/VISUGUI/VisuGUI_InputPane.cxx @@ -58,7 +58,7 @@ VisuGUI_InputPane::VisuGUI_InputPane( VISU::VISUType theType, SalomeApp_Module* { setFrameStyle( QFrame::Box | QFrame::Sunken ); - connect( mySelectionMgr, SIGNAL( selectionChanged() ), SLOT( onSelectionChanged() ) ); + connect( GetSelectionMgr( theModule ), SIGNAL( selectionChanged() ), SLOT( onSelectionChanged() ) ); new QLabel( "Med File : ", this ); myMedFile = new QLineEdit( this ); diff --git a/src/VISUGUI/VisuGUI_InputPane.h b/src/VISUGUI/VisuGUI_InputPane.h index 4a27aebd..6b257a23 100644 --- a/src/VISUGUI/VisuGUI_InputPane.h +++ b/src/VISUGUI/VisuGUI_InputPane.h @@ -76,7 +76,6 @@ private: VISU::Result_var myResult; int myEntity; - LightApp_SelectionMgr* mySelectionMgr; VisuGUI_FieldFilter* myFieldFilter; }; -- 2.39.2