]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ModuleConnector.h
Salome HOME
An improvement to deselect a value in a shape selector control in the same way as...
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.h
index e78228378bebf0f455857e6850215cb7fbfc9001..d2348e101018e6672460988ccb5113075127ae02 100644 (file)
@@ -63,7 +63,7 @@ Q_OBJECT
 
   //! Select features clearing previous selection. 
   //! If the list is empty then selection will be cleared
-  virtual void setSelected(const QObjectPtrList& theFeatures);
+  virtual void setSelected(const QList<ModuleBase_ViewerPrs>& theValues);
 
   //! Returns workshop
   XGUI_Workshop* workshop() const { return myWorkshop; }