| 31 | #include "trim_start/tooltrimstart.h" |
| 32 | |
| 33 | SampleLoader::SampleLoader(QWidget *parent) : |
| 34 | _parent(parent), |
| 35 | _sm(SoundfontManager::getInstance()) |
| 36 | { |
| 37 | |
| 38 | } |
| 39 | |
| 40 | // Replace status |
| 41 | // -1: duplicate all |
nothing calls this directly
no outgoing calls
no test coverage detected