]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_WidgetPoint2d.h
Salome HOME
Preselection using in operations: setSelection of widget returns a modified list...
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2d.h
index 75c617ca005707440afaf5db41e213704327dc90..21f9738b4de9dcd59f87e7d4c576e01ebc475bb5 100644 (file)
@@ -52,8 +52,8 @@ Q_OBJECT
 
   /// Set the given wrapped value to the current widget
   /// This value should be processed in the widget according to the needs
-  /// \param theValue the wrapped widget value
-  virtual bool setSelection(const QList<ModuleBase_ViewerPrs>& theValues, int& thePosition);
+  /// \param theValues the wrapped widget values
+  virtual bool setSelection(QList<ModuleBase_ViewerPrs>& theValues);
 
   virtual bool restoreValue();