X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dAngle.h;h=93e4fdd780b70413293426c3d63a339ccd66b381;hb=857b1f72d9703c46c6c8c9bb239821d314344c86;hp=6dac991b2fbd7e1a0d3eaeb0b26e4a6bcb3fe9cb;hpb=e2c1d6fb594fe1234fa7a0786801d8c1c92d7ac6;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2dAngle.h b/src/PartSet/PartSet_WidgetPoint2dAngle.h index 6dac991b2..93e4fdd78 100644 --- a/src/PartSet/PartSet_WidgetPoint2dAngle.h +++ b/src/PartSet/PartSet_WidgetPoint2dAngle.h @@ -12,6 +12,8 @@ #include +class ModuleBase_IWorkshop; + class GeomAPI_Pnt2d; /** @@ -25,10 +27,11 @@ Q_OBJECT public: /// Constructor /// \param theParent the parent object + /// \param theWorkshop a current workshop /// \param theData the widget configuation. The attribute of the model widget is obtained from /// \param theParentId is Id of a parent of the current attribute - PartSet_WidgetPoint2dAngle(QWidget* theParent, const Config_WidgetAPI* theData, - const std::string& theParentId); + PartSet_WidgetPoint2dAngle(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop, + const Config_WidgetAPI* theData, const std::string& theParentId); virtual ~PartSet_WidgetPoint2dAngle();