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

Method connectAll

Components/BackgroundTasksDialog.cpp:78–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78void
79BackgroundTasksDialog::connectAll(void)
80{
81 connect(
82 this->ui->cancelAllButton,
83 SIGNAL(clicked(bool)),
84 this,
85 SLOT(onCancelAll(void)));
86
87 connect(
88 this->ui->buttonBox,
89 SIGNAL(rejected()),
90 this,
91 SLOT(hide()));
92}
93
94void
95BackgroundTasksDialog::setController(Suscan::MultitaskController *controller)

Callers 1

BackgroundTasksDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected