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

Method BackgroundTasksDialog

Components/BackgroundTasksDialog.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63BackgroundTasksDialog::BackgroundTasksDialog(QWidget *parent) :
64 QDialog(parent),
65 ui(new Ui::BackgroundTasksDialog)
66{
67 ui->setupUi(this);
68
69 this->connectAll();
70}
71
72BackgroundTasksDialog::~BackgroundTasksDialog()
73{

Callers

nothing calls this directly

Calls 1

connectAllMethod · 0.95

Tested by

no test coverage detected