remember the last directory we were did something in
[mussa.git] / qui / MussaWindow.hpp
index ff23a5c96b756337e7dbc194a16dfc29bd257a86..d81d027b621debb87be8603f2424128113b7247c 100644 (file)
@@ -93,7 +93,10 @@ signals:
   void changedAnnotations();
 
 protected:
+  //! reference to our analysis
   Mussa *analysis;
+  //! the default directory we should loand and save from
+  boost::filesystem::path default_dir;
   std::list<boost::shared_ptr<MussaAlignedWindow> > aligned_windows;
   MotifEditor *motif_editor;
   MussaSetupDialog setup_analysis_dialog;