| 81 | } |
| 82 | |
| 83 | float |
| 84 | ConfigDialog::getGain(std::string const &name) const |
| 85 | { |
| 86 | return this->profileTab->getGain(name); |
| 87 | } |
| 88 | |
| 89 | Suscan::AnalyzerParams |
| 90 | ConfigDialog::getAnalyzerParams(void) const |
nothing calls this directly
no outgoing calls
no test coverage detected