| 88 | } |
| 89 | |
| 90 | int AddLabelDialog::exec() |
| 91 | { |
| 92 | edit->clear(); |
| 93 | list->clearSelection(); |
| 94 | |
| 95 | acceptButton->setDisabled(true); |
| 96 | |
| 97 | list->setCurrentRow(0); |
| 98 | |
| 99 | return QDialog::exec(); |
| 100 | } |
| 101 | |
| 102 | void AddLabelDialog::validateName(const QString &name) |
| 103 | { |
no test coverage detected