From: ouv Date: Wed, 29 Nov 2006 08:39:06 +0000 (+0000) Subject: minor fix X-Git-Tag: WP1_2_3_05-12-2006_cache_system~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d05fbadb1943aac2c464b63cfd69a41b2d4458ba;p=modules%2Fvisu.git minor fix --- 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; };