comparison data/model/WritableWaveFileModel.h @ 1723:26da177d7266

Emit signal when write completes
author Chris Cannam
date Wed, 12 Jun 2019 13:45:47 +0100
parents 82d03c9661f9
children 78fe29adfd16
comparison
equal deleted inserted replaced
1722:29c5fdaccb9b 1723:26da177d7266
194 194
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:
200 void writeCompleted();
201
199 protected: 202 protected:
200 ReadOnlyWaveFileModel *m_model; 203 ReadOnlyWaveFileModel *m_model;
201 204
202 /** When normalising, this writer is used to write verbatim 205 /** When normalising, this writer is used to write verbatim
203 * samples to the temporary file prior to 206 * samples to the temporary file prior to