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

Method editAlert

gui/nwebview.cpp:278–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void NWebView::editAlert() {
279
280 // If this is the first time the note is dirty, set the dirty
281 // flag (this is checked elsewhere) and signal the change
282 if (!isDirty) {
283 isDirty = true;
284 emit(noteChanged());
285 }
286 emit (htmlEditAlert());
287
288 // This should already be set, but just in case...
289 isDirty = true;
290}
291
292
293void NWebView::exposeToJavascript() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected