X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetIntValue.h;h=d873304de055bebf9f37de8b1fe4a2a48b9dba7d;hb=f96e7958a6b68c45e722aea764ecc075d0797233;hp=1268a5592ebea580e1913851b10fe4c001d007cb;hpb=a12201ecb4883c5042b364cc68523c7235b035b8;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetIntValue.h b/src/ModuleBase/ModuleBase_WidgetIntValue.h index 1268a5592..d873304de 100644 --- a/src/ModuleBase/ModuleBase_WidgetIntValue.h +++ b/src/ModuleBase/ModuleBase_WidgetIntValue.h @@ -31,9 +31,7 @@ Q_OBJECT /// Constructor /// \param theParent the parent object /// \param theData the widget configuration. The attribute of the model widget is obtained from - /// \param theParentId is Id of a parent structure (widget, operation, group) - ModuleBase_WidgetIntValue(QWidget* theParent, const Config_WidgetAPI* theData, - const std::string& theParentId); + ModuleBase_WidgetIntValue(QWidget* theParent, const Config_WidgetAPI* theData); virtual ~ModuleBase_WidgetIntValue(); @@ -50,7 +48,7 @@ Q_OBJECT protected: /// Saves the internal parameters to the given feature /// \return True in success - virtual bool storeValueCustom() const; + virtual bool storeValueCustom(); //! Read value of corresponded attribute from data model to the input control // \return True in success