MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / allocConfig

Method allocConfig

Default/Source/SourceWidget.cpp:801–808  ·  view source on GitHub ↗

Configuration methods

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected