X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_PagedContainer.h;h=863390897e1a7833eeed9bf71db9faf85fba6e93;hb=423f6b0a08a86d5e47115b87603cddeae4468b49;hp=b98055fc9dcb640713822ed18b6097cc5041b809;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_PagedContainer.h b/src/ModuleBase/ModuleBase_PagedContainer.h index b98055fc9..863390897 100644 --- a/src/ModuleBase/ModuleBase_PagedContainer.h +++ b/src/ModuleBase/ModuleBase_PagedContainer.h @@ -1,3 +1,4 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D /* * ModuleBase_PagedContainer.h * @@ -24,9 +25,7 @@ class MODULEBASE_EXPORT ModuleBase_PagedContainer : public ModuleBase_ModelWidge /// A constructor /// \param theParent a parent widget /// \param theData a data of the widget - /// \param theParentId an Id of the parent object - ModuleBase_PagedContainer(QWidget* theParent, const Config_WidgetAPI* theData, - const std::string& theParentId); + ModuleBase_PagedContainer(QWidget* theParent, const Config_WidgetAPI* theData); virtual ~ModuleBase_PagedContainer(); /// Add a new page @@ -62,7 +61,7 @@ class MODULEBASE_EXPORT ModuleBase_PagedContainer : public ModuleBase_ModelWidge virtual void activateCustom(); /// Redefinition of virtual function - virtual bool storeValueCustom() const; + virtual bool storeValueCustom(); /// Redefinition of virtual function virtual bool restoreValueCustom();