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

Method clearClicked

gui/browserWidgets/locationeditor.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resetGeographyMethod · 0.80

Tested by

no test coverage detected