Salome HOME
Issue #206: Clear selection after create operation commit
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetValueFeature.cpp
index da9fe5fd354f7c2f5ca58178a398f60233dfcd38..e6a4f818c71b465c2842b37a7f5ced7566376e98 100644 (file)
@@ -14,12 +14,12 @@ ModuleBase_WidgetValueFeature::~ModuleBase_WidgetValueFeature()
 {
 }
 
-void ModuleBase_WidgetValueFeature::setResult(const ResultPtr& theFeature)
+void ModuleBase_WidgetValueFeature::setObject(const ObjectPtr& theFeature)
 {
   myResult = theFeature;
 }
 
-const ResultPtr& ModuleBase_WidgetValueFeature::result() const
+const ObjectPtr& ModuleBase_WidgetValueFeature::object() const
 {
   return myResult;
 }