| 4437 | } |
| 4438 | |
| 4439 | QVariant NoteStore_createNote_readReplyAsync(QByteArray reply) |
| 4440 | { |
| 4441 | return QVariant::fromValue(NoteStore_createNote_readReply(reply)); |
| 4442 | } |
| 4443 | |
| 4444 | Note NoteStore::createNote(const Note& note, QString authenticationToken) |
| 4445 | { |
nothing calls this directly
no test coverage detected