]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/CollectionPlugin_WidgetField.h
Salome HOME
Issue #1906: Use validators for the field panel
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_WidgetField.h
index 5f202f5517889c332f11fbd61689f5137cd55031..d732d99d408e86d692f8829dc7014ca7e7110604 100644 (file)
@@ -51,7 +51,7 @@ public:
   /// Checks the widget validity. By default, it returns true.
   /// \param thePrs a selected presentation in the view
   /// \return a boolean value
-  virtual bool isValidSelection(const std::shared_ptr<ModuleBase_ViewerPrs>& theValue);
+  virtual bool isValidSelectionCustom(const std::shared_ptr<ModuleBase_ViewerPrs>& theValue);
 
   /// Returns true if the event is processed.
   virtual bool processEnter();