| 1133 | } |
| 1134 | |
| 1135 | void |
| 1136 | ProfileConfigTab::onBandwidthChanged(double) |
| 1137 | { |
| 1138 | if (!this->refreshing) { |
| 1139 | this->profile.setBandwidth( |
| 1140 | static_cast<SUFLOAT>( |
| 1141 | this->ui->bandwidthSpinBox->value())); |
| 1142 | this->configChanged(); |
| 1143 | } |
| 1144 | } |
| 1145 | |
| 1146 | void |
| 1147 | ProfileConfigTab::guessParamsFromFileName(void) |
no test coverage detected