Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed.
[mussa.git] / qui / MussaAlignedWindow.hpp
index f92e0859b638a6964c29fb98509966e6960bce52..28d43d6e8e2fe82d03c244fb1eef1efc50d8a358 100644 (file)
@@ -14,7 +14,7 @@
 #include "qui/ZoomWidget.hpp"
 #include "qui/ThresholdWidget.hpp"
 #include "qui/seqbrowser/SequenceBrowserWidget.hpp"
-#include "qui/SubanalysisWindow.hpp"
+#include "qui/subanalysis/SubanalysisWindow.hpp"
 
 //! Show sequence alignments
 class MussaAlignedWindow : public QMainWindow
@@ -47,6 +47,8 @@ public slots:
   
   //! set the title based on the analysis
   void updateTitle();
+  //! display how many base pairs were copied on the status bar
+  void showBasePairsCopied(size_t);
 
 protected:
   // figure out what Alignments we have (needed for setupAlignmentMenus)