| 73 | } |
| 74 | |
| 75 | void AdvancedImportDialog::changeEvent(QEvent* event) |
| 76 | { |
| 77 | if (event->type() == QEvent::LanguageChange) { |
| 78 | ui->retranslateUi(this); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | void AdvancedImportDialog::setupAddButtonMenu() const |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected