| 72 | } |
| 73 | |
| 74 | SampleReaderSf::SampleReaderSf(QString filename) : |
| 75 | SampleReader(filename), |
| 76 | _info(nullptr) |
| 77 | { |
| 78 | |
| 79 | } |
| 80 | |
| 81 | SampleReader::SampleReaderResult SampleReaderSf::getInfo(QFile &fi, InfoSound* info) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected