Configuration methods
| 799 | |
| 800 | // Configuration methods |
| 801 | Suscan::Serializable * |
| 802 | SourceWidget::allocConfig() |
| 803 | { |
| 804 | this->panelConfig = new SourceWidgetConfig(); |
| 805 | this->panelConfig->dataSaverConfig = this->saverUI->allocConfig(); |
| 806 | |
| 807 | return this->panelConfig; |
| 808 | } |
| 809 | |
| 810 | void |
| 811 | SourceWidget::applyConfig() |
nothing calls this directly
no outgoing calls
no test coverage detected