| 1082 | } |
| 1083 | |
| 1084 | void |
| 1085 | PanoramicDialog::onLnbOffsetChanged(void) |
| 1086 | { |
| 1087 | Suscan::Source::Device dev; |
| 1088 | |
| 1089 | if (this->getSelectedDevice(dev)) |
| 1090 | this->setRanges(dev); |
| 1091 | } |
| 1092 | |
| 1093 | void |
| 1094 | PanoramicDialog::onExport(void) |
nothing calls this directly
no test coverage detected