X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=237460ec7fc38390a528b7fb942bdf717dae70ca;hb=e32f95642855a63da2727cb324ce2a75632a712f;hp=58561d35eeb2f07689a86acdb453853699681238;hpb=c8f77e4026552d0bd9efa0a2ee3ab32747840df6;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index 58561d35e..237460ec7 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -29,7 +29,7 @@ Q_OBJECT virtual ~ModuleBase_WidgetBoolValue(); - virtual bool canSetValue() const { return false; }; + virtual bool canAcceptFocus() const { return false; }; virtual QList getControls() const; @@ -38,7 +38,7 @@ Q_OBJECT protected: /// Saves the internal parameters to the given feature /// \return True in success - virtual bool storeValueCustom() const; + virtual bool storeValueCustom(); virtual bool restoreValueCustom();