MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onLocationChanged

Method onLocationChanged

Settings/LocationConfigTab.cpp:242–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void
243LocationConfigTab::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
252void
253LocationConfigTab::onSearchTextChanged(void)

Callers

nothing calls this directly

Calls 2

paintMapCoordsMethod · 0.95
valueMethod · 0.80

Tested by

no test coverage detected