comparison data/model/WritableWaveFileModel.h @ 1770:dffc70996f54

Correct some erroneous signal signatures
author Chris Cannam
date Fri, 19 Jul 2019 16:10:00 +0100
parents 6d09d68165a4
children
comparison
equal deleted inserted replaced
1769:9a8327e7b2dc 1770:dffc70996f54
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(ModelId); 200 void writeCompleted(ModelId);
201
202 protected slots:
203 void componentModelChanged(ModelId);
204 void componentModelChangedWithin(ModelId, sv_frame_t, sv_frame_t);
201 205
202 protected: 206 protected:
203 ReadOnlyWaveFileModel *m_model; 207 ReadOnlyWaveFileModel *m_model;
204 208
205 /** When normalising, this writer is used to write verbatim 209 /** When normalising, this writer is used to write verbatim