X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetFileSelector.h;h=70207a0cddeece1b5e7ce265801992330f67912f;hb=0d9a107853208317a6352bb7f8c77eb54d5efbe1;hp=9c503090976d6df0a4d6461e6d169cf2658f2b3e;hpb=3bf561d1ad1773939ae43ffbe0b4c3df03d747e8;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetFileSelector.h b/src/PartSet/PartSet_WidgetFileSelector.h index 9c5030909..70207a0cd 100644 --- a/src/PartSet/PartSet_WidgetFileSelector.h +++ b/src/PartSet/PartSet_WidgetFileSelector.h @@ -37,13 +37,13 @@ public: virtual ~PartSet_WidgetFileSelector() {} - /// Reimplemented from ModuleBase_WidgetFileSelector::restoreValue() - virtual bool restoreValue(); - protected: /// Reimplemented from ModuleBase_WidgetFileSelector::storeValueCustom() virtual bool storeValueCustom() const; + /// Reimplemented from ModuleBase_WidgetFileSelector::restoreValue() + virtual bool restoreValueCustom(); + /// Returns a full format string for the short format QString shortFormatToFullFormat( const QString & theShortFormat ) const;