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