Mercurial > hg > svcore
comparison data/model/WritableWaveFileModel.h @ 1766:85b9b466a59f
Merge from branch by-id
author | Chris Cannam |
---|---|
date | Wed, 17 Jul 2019 14:24:51 +0100 |
parents | 6d09d68165a4 |
children | dffc70996f54 |
comparison
equal
deleted
inserted
replaced
1730:649ac57c5a2d | 1766:85b9b466a59f |
---|---|
195 void toXml(QTextStream &out, | 195 void toXml(QTextStream &out, |
196 QString indent = "", | 196 QString indent = "", |
197 QString extraAttributes = "") const override; | 197 QString extraAttributes = "") const override; |
198 | 198 |
199 signals: | 199 signals: |
200 void writeCompleted(); | 200 void writeCompleted(ModelId); |
201 | 201 |
202 protected: | 202 protected: |
203 ReadOnlyWaveFileModel *m_model; | 203 ReadOnlyWaveFileModel *m_model; |
204 | 204 |
205 /** When normalising, this writer is used to write verbatim | 205 /** When normalising, this writer is used to write verbatim |