| 250 | } |
| 251 | |
| 252 | void |
| 253 | LocationConfigTab::onSearchTextChanged(void) |
| 254 | { |
| 255 | this->repaintCountryList(this->ui->searchEdit->text()); |
| 256 | } |
| 257 | |
| 258 | void |
| 259 | LocationConfigTab::onRegisterLocation(void) |
nothing calls this directly
no test coverage detected