| 747 | } |
| 748 | |
| 749 | bool |
| 750 | ProfileConfigTab::remoteSelected(void) const |
| 751 | { |
| 752 | return this->ui->analyzerTypeCombo->currentIndex() == 1; |
| 753 | } |
| 754 | |
| 755 | void |
| 756 | ProfileConfigTab::setGain(std::string const &name, float value) |
no outgoing calls
no test coverage detected