Synchronize a new notebook with what is in the database. We basically just delete the old one & give it a new entry
| 99 | // Synchronize a new notebook with what is in the database. We basically |
| 100 | // just delete the old one & give it a new entry |
| 101 | qint32 NotebookTable::sync(Notebook ¬ebook) { |
| 102 | return sync(0, notebook); |
| 103 | } |
| 104 | |
| 105 | |
| 106 |
nothing calls this directly
no test coverage detected