X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.h;h=2bc8d85d682d04865b9e815d9adbdced64400b2f;hb=7d182041b78ddb4375098cff6042edc8817f540c;hp=beaff58bec82b883e76ae7bb0741b3584fa9e21e;hpb=7accbed88faf9e9049ed5253a099f5c36084d958;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.h b/src/PartSet/PartSet_WidgetSketchLabel.h index beaff58be..2bc8d85d6 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.h +++ b/src/PartSet/PartSet_WidgetSketchLabel.h @@ -56,11 +56,6 @@ Q_OBJECT virtual bool setSelection(QList& theValues, const bool theToValidate); - virtual bool restoreValue() - { - return true; - } - /// Returns list of widget controls /// \return a control list virtual QList getControls() const; @@ -107,6 +102,11 @@ protected: return true; } + virtual bool restoreValueCustom() + { + return true; + } + /// The methiod called when widget is activated virtual void activateCustom();