X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dAngle.h;h=93e4fdd780b70413293426c3d63a339ccd66b381;hb=2047ad9384312b58e764cea4d90527d1205467b4;hp=6dac991b2fbd7e1a0d3eaeb0b26e4a6bcb3fe9cb;hpb=8e54aaa6560497708620242e7f99a0d8e58366f7;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();