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