Mercurial > hg > svcore
diff data/model/Model.cpp @ 407:88ad01799040
* Save alignments to session file. Needs much testing.
author | Chris Cannam |
---|---|
date | Tue, 29 Apr 2008 15:34:17 +0000 |
parents | 5858cc462d0a |
children | af7b6e55895b |
line wrap: on
line diff
--- a/data/model/Model.cpp Tue Apr 29 10:59:19 2008 +0000 +++ b/data/model/Model.cpp Tue Apr 29 15:34:17 2008 +0000 @@ -90,6 +90,12 @@ this, SIGNAL(alignmentCompletionChanged())); } +const AlignmentModel * +Model::getAlignment() const +{ + return m_alignment; +} + const Model * Model::getAlignmentReference() const {