| 82 | } |
| 83 | |
| 84 | AddTLESourceDialog::AddTLESourceDialog(QWidget *parent) : |
| 85 | QDialog(parent), |
| 86 | ui(new Ui::AddTLESourceDialog) |
| 87 | { |
| 88 | ui->setupUi(this); |
| 89 | |
| 90 | this->connectAll(); |
| 91 | |
| 92 | this->ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); |
| 93 | } |
| 94 | |
| 95 | AddTLESourceDialog::~AddTLESourceDialog() |
| 96 | { |
nothing calls this directly
no test coverage detected