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

Method getGeography

gui/browserWidgets/locationeditor.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void LocationEditor::getGeography(double &longitude, double &latitude, double &altitude, QString &placeName) {
130 longitude = this->startLongitude;
131 latitude = this->startLatitude;
132 altitude = this->startAltitude;
133 placeName = text();
134}
135
136
137

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected