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

Method connectAll

Settings/ConfigDialog.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35Q_DECLARE_METATYPE(Suscan::Source::Device); // More unicorns
36
37void
38ConfigDialog::connectAll(void)
39{
40 connect(
41 this,
42 SIGNAL(accepted(void)),
43 this,
44 SLOT(onAccepted(void)));
45}
46
47void
48ConfigDialog::setAnalyzerParams(const Suscan::AnalyzerParams &params)

Callers 1

ConfigDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected