X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dDistance.h;h=ca95b75fd3ee11f0bd851fa1319dbc76d4a9985d;hb=8abaa3d7f05f4f3cfe57d5d6921a66e29da72640;hp=a03a784947b9769a5599da126c29fe9a139964c3;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2dDistance.h b/src/PartSet/PartSet_WidgetPoint2dDistance.h index a03a78494..ca95b75fd 100644 --- a/src/PartSet/PartSet_WidgetPoint2dDistance.h +++ b/src/PartSet/PartSet_WidgetPoint2dDistance.h @@ -56,6 +56,9 @@ protected: /// Set the second point which defines a value in the widget as a distance with a first point defined by feature void setPoint(FeaturePtr theFeature, const std::shared_ptr& thePnt); +private slots: + void onValuesChanged(); + private: XGUI_Workshop* myWorkshop; std::string myFirstPntName;