MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / sendLocationUpdateSignal

Method sendLocationUpdateSignal

gui/nbrowserwindow.cpp:3407–3412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3405
3406
3407void NBrowserWindow::sendLocationUpdateSignal() {
3408 double longitude, latitude, altitude;
3409 QString name;
3410 dateEditor.locationEditor.getGeography(longitude, latitude, altitude, name);
3411 emit noteLocationEditedSignal(uuid, lid, longitude, latitude, altitude, name);
3412}
3413
3414
3415void NBrowserWindow::sendDateCreatedUpdateSignal() {

Callers

nothing calls this directly

Calls 1

getGeographyMethod · 0.80

Tested by

no test coverage detected