| 127 | |
| 128 | |
| 129 | void 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 |
no outgoing calls
no test coverage detected