Salome HOME
Bug IPAL19361 - Qt4 porting. It is impossible showing ID of elements in 3D Viewer...
[modules/geom.git] / src / GEOMGUI / GeometryGUI.cxx
index 2058d7a2ea2473bc2645adfcdfd1b5068cfb3ad5..257eb0e36b164536bb1297dcf5cf4baa512f699e 100644 (file)
@@ -1378,9 +1378,9 @@ QString GeometryGUI::engineIOR() const
   return "";
 }
 
-LightApp_Selection* GeometryGUI::createSelection( const QString& client, LightApp_SelectionMgr* mgr ) const
+LightApp_Selection* GeometryGUI::createSelection() const
 {
-  return new GEOMGUI_Selection( client, mgr );
+  return new GEOMGUI_Selection();
 }
 
 void GeometryGUI::contextMenuPopup( const QString& client, QMenu* menu, QString& title )