Salome HOME
Architecture changes
[modules/shaper.git] / src / PartSet / PartSet_WidgetFileSelector.h
index 9c503090976d6df0a4d6461e6d169cf2658f2b3e..70207a0cddeece1b5e7ce265801992330f67912f 100644 (file)
@@ -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;