Mercurial > hg > svapp
diff audio/AudioRecordTarget.cpp @ 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 | dcd2afbc1bb7 d1c70c680fa9 |
children | ce6917c761a3 |
line wrap: on
line diff
--- a/audio/AudioRecordTarget.cpp Wed Oct 14 10:17:32 2015 +0100 +++ b/audio/AudioRecordTarget.cpp Wed Oct 14 10:18:58 2015 +0100 @@ -168,12 +168,13 @@ return; } - m_model->setCompletion(100); + m_model->writeComplete(); m_model = 0; m_recording = false; } emit recordStatusChanged(false); + emit recordCompleted(); }