| 26 | #include "soundfontmanager.h" |
| 27 | |
| 28 | InputParserEmpty::InputParserEmpty() : AbstractInputParser() {} |
| 29 | |
| 30 | void InputParserEmpty::processInternal(QString fileName, SoundfontManager * sm, bool &success, QString &error, int &sf2Index, QString &tempFilePath) |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected