initialize the motif_editor with analysis motifs
[mussa.git] / qui / motif_editor / MotifModel.hpp
index 02ffe7cde176cca23e985f71396f86c0589d4c40..b077cdcb5d8de92dee7c1d25493b3afe5e6c5f60 100644 (file)
@@ -2,6 +2,7 @@
 #define _MOTIF_MODEL_HPP_
 
 #include "alg/sequence.hpp"
+#include "alg/mussa.hpp"
 #include "qui/motif_editor/MotifElement.hpp"
 #include "qui/motif_editor/MotifEditorDelegate.hpp"
 
@@ -14,7 +15,7 @@ class MotifModel : public QAbstractTableModel
   Q_OBJECT
 
   public:
-    MotifModel(QObject *parent = 0);
+    MotifModel(MussaRef m, QObject *parent = 0);
 
     typedef std::vector<MotifElement> model_type;
     typedef model_type::size_type size_type;