X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSalomeApp%2FSalomeApp_Selection.cxx;h=4b67930bdaf1e4a637863025fc15e0a9c047df40;hb=8c1a275856402cfefde5ea45cbac277d17b4792e;hp=f7057121ee774ece6bff2ecea8494fb15b94948c;hpb=1848418276fd649167f5680e4488dc8c39a6aa51;p=modules%2Fgui.git diff --git a/src/SalomeApp/SalomeApp_Selection.cxx b/src/SalomeApp/SalomeApp_Selection.cxx index f7057121e..4b67930bd 100644 --- a/src/SalomeApp/SalomeApp_Selection.cxx +++ b/src/SalomeApp/SalomeApp_Selection.cxx @@ -46,9 +46,12 @@ int SalomeApp_Selection::count() const return myEntries.count(); } -QtxValue SalomeApp_Selection::param( const int, const QString& ) const +QtxValue SalomeApp_Selection::param( const int, const QString& p ) const { - return QtxValue(); + if( p=="client" ) + return myPopupClient; + else + return QtxValue(); } QtxValue SalomeApp_Selection::globalParam( const QString& p ) const