| 4554 | } |
| 4555 | |
| 4556 | QVariant NoteStore_updateNote_readReplyAsync(QByteArray reply) |
| 4557 | { |
| 4558 | return QVariant::fromValue(NoteStore_updateNote_readReply(reply)); |
| 4559 | } |
| 4560 | |
| 4561 | Note NoteStore::updateNote(const Note& note, QString authenticationToken) |
| 4562 | { |
nothing calls this directly
no test coverage detected