X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetChoice.h;h=72f6df4cd2e15eebbe100559cd7b8e4d6f7ba0d8;hb=82f2e23e24be9db663bf7fca3512736631f6a5bf;hp=f5b9ce5468d3a11f0b20a06e622848445d92bb72;hpb=b25922145a97fccf8d2613d0ef52a283d3ce0987;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetChoice.h b/src/ModuleBase/ModuleBase_WidgetChoice.h index f5b9ce546..72f6df4cd 100644 --- a/src/ModuleBase/ModuleBase_WidgetChoice.h +++ b/src/ModuleBase/ModuleBase_WidgetChoice.h @@ -39,8 +39,6 @@ Q_OBJECT virtual ~ModuleBase_WidgetChoice(); - virtual bool restoreValue(); - virtual bool focusTo(); /// Returns list of widget controls @@ -50,7 +48,9 @@ Q_OBJECT protected: /// Saves the internal parameters to the given feature /// \return True in success - virtual bool storeValue() const; + virtual bool storeValueCustom() const; + + virtual bool restoreValueCustom(); private slots: /// Slot called on combo box index change