Mercurial > hg > svcore
comparison data/model/TextModel.h @ 1794:71e97de5053f
Merge from branch time-frequency-boxes
author | Chris Cannam |
---|---|
date | Wed, 25 Sep 2019 13:47:46 +0100 |
parents | baafe1bb7e51 |
children | 343ef2a866a4 |
comparison
equal
deleted
inserted
replaced
1788:7fc6256af2d2 | 1794:71e97de5053f |
---|---|
251 // subsequent events are always notified | 251 // subsequent events are always notified |
252 .arg(m_events.getExportId()) | 252 .arg(m_events.getExportId()) |
253 .arg(extraAttributes)); | 253 .arg(extraAttributes)); |
254 | 254 |
255 Event::ExportNameOptions options; | 255 Event::ExportNameOptions options; |
256 options.valueAtttributeName = "height"; | 256 options.valueAttributeName = "height"; |
257 | 257 |
258 m_events.toXml(out, indent, QString("dimensions=\"2\""), options); | 258 m_events.toXml(out, indent, QString("dimensions=\"2\""), options); |
259 } | 259 } |
260 | 260 |
261 QString toDelimitedDataString(QString delimiter, | 261 QString toDelimitedDataString(QString delimiter, |