| 137 | |
| 138 | |
| 139 | void LocationEditor::clearClicked() { |
| 140 | NoteTable ntable(global.db); |
| 141 | ntable.resetGeography(currentLid, true); |
| 142 | } |
| 143 | |
| 144 | void LocationEditor::viewClicked() { |
| 145 | if (this->text().toLower() == defaultText.toLower()) |
nothing calls this directly
no test coverage detected