If we are here because we are viewing note history, then we set the flag here. Note history is almost the same as a regular note, but there are some differences. */
| 108 | set the flag here. Note history is almost the same as a regular |
| 109 | note, but there are some differences. */ |
| 110 | void NoteFormatter::setNoteHistory(bool value) { |
| 111 | this->noteHistory = value; |
| 112 | } |
| 113 | |
| 114 | |
| 115 | /* Take the ENML note and transform it into HTML that WebKit will |