X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetFileSelector.h;h=adda54eacb4d899d99bec952225389785c7e9dc8;hb=32208dedf0b2b5bd50b5b86c464f37a8e0eb07d0;hp=70207a0cddeece1b5e7ce265801992330f67912f;hpb=9a7ff0679f4cd8c203f53a2187d47a008bbd11c6;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetFileSelector.h b/src/PartSet/PartSet_WidgetFileSelector.h index 70207a0cd..adda54eac 100644 --- a/src/PartSet/PartSet_WidgetFileSelector.h +++ b/src/PartSet/PartSet_WidgetFileSelector.h @@ -29,17 +29,15 @@ public: /// \param theParent the parent object /// \param theWorkshop instance of workshop interface /// \param theData the widget configuration. The attribute of the model widget is obtained from - /// \param theParentId is Id of a parent of the current attribute PartSet_WidgetFileSelector(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop, - const Config_WidgetAPI* theData, - const std::string& theParentId); + const Config_WidgetAPI* theData); virtual ~PartSet_WidgetFileSelector() {} protected: /// Reimplemented from ModuleBase_WidgetFileSelector::storeValueCustom() - virtual bool storeValueCustom() const; + virtual bool storeValueCustom(); /// Reimplemented from ModuleBase_WidgetFileSelector::restoreValue() virtual bool restoreValueCustom();