Mercurial > hg > svapp
diff audio/AudioRecordTarget.h @ 508:b84d9b512dbd tony-2.0-integration
Put recorded files in subdirectories by date
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 15:08:55 +0100 |
parents | ce6917c761a3 |
children | 4de547a5905c |
line wrap: on
line diff
--- a/audio/AudioRecordTarget.h Wed Oct 14 14:52:46 2015 +0100 +++ b/audio/AudioRecordTarget.h Wed Oct 14 15:08:55 2015 +0100 @@ -51,6 +51,7 @@ virtual void audioProcessingOverload() { } + QString getRecordContainerFolder(); QString getRecordFolder(); bool isRecording() const { return m_recording; }