Mercurial > hg > svcore
diff data/model/AlignmentModel.cpp @ 333:1afaf98dbf11
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
* Add ability to show work title + artist in top-left of pane (thinking of Vect
but may be useful in SV in future)
* A few other generalisations useful for Vect
author | Chris Cannam |
---|---|
date | Fri, 09 Nov 2007 17:46:58 +0000 |
parents | a71dec01c4d3 |
children | f14e2f7b24f7 6f6ab834449d |
line wrap: on
line diff
--- a/data/model/AlignmentModel.cpp Wed Nov 07 14:53:12 2007 +0000 +++ b/data/model/AlignmentModel.cpp Fri Nov 09 17:46:58 2007 +0000 @@ -150,8 +150,8 @@ if (!m_pathComplete) { int completion = 0; m_path->isReady(&completion); - std::cerr << "AlignmentModel::pathCompletionChanged: completion = " - << completion << std::endl; +// std::cerr << "AlignmentModel::pathCompletionChanged: completion = " +// << completion << std::endl; m_pathComplete = (completion == 100); if (m_pathComplete) { constructReversePath();