| 990 | } |
| 991 | |
| 992 | void |
| 993 | ProfileConfigTab::onRemoteParamsChanged(void) |
| 994 | { |
| 995 | if (this->remoteSelected()) { |
| 996 | this->ui->mcInterfaceEdit->setEnabled(this->ui->mcCheck->isChecked()); |
| 997 | this->configChanged(true); |
| 998 | this->profile.setDevice(this->remoteDevice); |
| 999 | this->updateRemoteParams(); |
| 1000 | } |
| 1001 | } |
| 1002 | |
| 1003 | void |
| 1004 | ProfileConfigTab::onCheckButtonsToggled(bool) |
no test coverage detected