Mercurial > hg > svcore
changeset 903:1b05ba6af360 tony_integration
Merge from tonioni branch
| author | Chris Cannam | 
|---|---|
| date | Wed, 07 May 2014 15:11:56 +0100 | 
| parents | c3656035240f (current diff) 68e880e0b857 (diff) | 
| children | aa2257796931 | 
| files | |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/data/model/FlexiNoteModel.h Wed Apr 02 08:51:12 2014 +0100 +++ b/data/model/FlexiNoteModel.h Wed May 07 15:11:56 2014 +0100 @@ -150,7 +150,7 @@ IntervalModel<FlexiNote>::toXml (out, indent, - QString("%1 subtype=\"note\" valueQuantization=\"%2\"") + QString("%1 subtype=\"flexinote\" valueQuantization=\"%2\"") .arg(extraAttributes).arg(m_valueQuantization)); }
