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

Method contentChanged

gui/nbrowserwindow.cpp:1264–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262
1263
1264void NBrowserWindow::contentChanged() {
1265 this->editor->isDirty = true;
1266 saveNoteContent();
1267 this->sendDateUpdateSignal();
1268}
1269
1270// The todo button was pressed
1271void NBrowserWindow::todoButtonPressed() {

Callers 1

dropEventMethod · 0.80

Calls 1

sendDateUpdateSignalMethod · 0.95

Tested by

no test coverage detected