X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetShapeSelector.h;h=650d5b1e1848b617e314a13a33cf936c97da0eb5;hb=40f3b736db0100d3793d72f22aecf23fb21cbe1b;hp=7cb2427d271c4ca73153d94906d6e7d32f309301;hpb=5b0a1b660acf209c220744eb75c54652ee81efde;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h index 7cb2427d2..650d5b1e1 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h @@ -70,8 +70,6 @@ Q_OBJECT virtual ~ModuleBase_WidgetShapeSelector(); - virtual bool restoreValue(); - /// Returns list of widget controls /// \return a control list virtual QList getControls() const; @@ -81,6 +79,8 @@ Q_OBJECT /// \return True in success virtual bool storeValueCustom() const; + virtual bool restoreValueCustom(); + /// Creates a backup of the current values of the attribute /// It should be realized in the specific widget because of different /// parameters of the current attribute