| 240 | } |
| 241 | |
| 242 | void |
| 243 | LocationConfigTab::onLocationChanged(void) |
| 244 | { |
| 245 | this->modified = true; |
| 246 | this->paintMapCoords( |
| 247 | this->ui->latitudeSpinBox->value(), |
| 248 | this->ui->longitudeSpinBox->value()); |
| 249 | emit changed(); |
| 250 | } |
| 251 | |
| 252 | void |
| 253 | LocationConfigTab::onSearchTextChanged(void) |
nothing calls this directly
no test coverage detected