Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFileSelector.h
index be59f13b45627748a4164123f81c4f8885498641..28e31619a6ff321ee4b89bcbf8241d2716d16914 100644 (file)
@@ -66,9 +66,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFileSelector : public ModuleBase_ModelW
   /// exists and has supported format
   bool isCurrentPathValid();
 
-  /// Reject the current editor dialog if it is shown and returns true.
-  virtual bool processEscape();
-
 public slots:
    /// Processing of path selection button press
   void onPathSelectionBtn();
@@ -77,6 +74,9 @@ public slots:
   void onPathChanged();
 
 protected:
+  /// Reject the current editor dialog if it is shown and returns true.
+  virtual bool processEscape();
+
   /// Saves the internal parameters to the given feature
   /// \return True in success
   virtual bool storeValueCustom();
@@ -121,9 +121,6 @@ protected:
     WFS_OPEN, ///< open file
     WFS_SAVE ///< save file
   } myType; ///< type of dialog
-
-  /// Default path
-  QString myDefaultPath;
 };
 
 #endif /* MODULEBASE_WIDGETFILESELECTOR_H_ */