Mercurial > hg > svapp
diff audio/AudioRecordTarget.h @ 501:c82cae9a9e74 3.0-integration
Merge from branch "tony-2.0-integration"
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 10:18:58 +0100 |
parents | cd9dec2f47e8 d1c70c680fa9 |
children | ce6917c761a3 |
line wrap: on
line diff
--- a/audio/AudioRecordTarget.h Wed Oct 14 10:17:32 2015 +0100 +++ b/audio/AudioRecordTarget.h Wed Oct 14 10:18:58 2015 +0100 @@ -62,6 +62,7 @@ signals: void recordStatusChanged(bool recording); void recordDurationChanged(sv_frame_t, sv_samplerate_t); // emitted occasionally + void recordCompleted(); protected slots: void modelAboutToBeDeleted();