| 1053 | |
| 1054 | |
| 1055 | QString SampleBuffer::openAndSetAudioFile() |
| 1056 | { |
| 1057 | QString fileName = this->openAudioFile(); |
| 1058 | |
| 1059 | if(!fileName.isEmpty()) |
| 1060 | { |
| 1061 | this->setAudioFile( fileName ); |
| 1062 | } |
| 1063 | |
| 1064 | return fileName; |
| 1065 | } |
| 1066 | |
| 1067 | |
| 1068 | QString SampleBuffer::openAndSetWaveformFile() |
nothing calls this directly
no test coverage detected