| 40 | }; |
| 41 | |
| 42 | SampleReader(QString filename) : |
| 43 | _filename(filename), |
| 44 | _result(FILE_OK) |
| 45 | { |
| 46 | |
| 47 | } |
| 48 | virtual ~SampleReader() {} |
| 49 | |
| 50 | // Extract general information (sampling rate, ...) |
nothing calls this directly
no outgoing calls
no test coverage detected