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

Method allocConfig

Default/GenericInspector/GenericInspector.cpp:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284Suscan::Serializable *
285GenericInspector::allocConfig(void)
286{
287 m_uiConfig = new GenericInspectorConfig();
288
289 return m_uiConfig;
290}
291
292void
293GenericInspector::applyConfig(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected