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

Method allocConfig

Components/PanoramicDialog.cpp:853–857  ·  view source on GitHub ↗

Overriden methods

Source from the content-addressed store, hash-verified

851
852// Overriden methods
853Suscan::Serializable *
854PanoramicDialog::allocConfig(void)
855{
856 return this->dialogConfig = new PanoramicDialogConfig();
857}
858
859void
860PanoramicDialog::applyConfig(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected