| 8472 | } |
| 8473 | |
| 8474 | QVariant NoteStore_shareNote_readReplyAsync(QByteArray reply) |
| 8475 | { |
| 8476 | return QVariant::fromValue(NoteStore_shareNote_readReply(reply)); |
| 8477 | } |
| 8478 | |
| 8479 | QString NoteStore::shareNote(Guid guid, QString authenticationToken) |
| 8480 | { |
nothing calls this directly
no test coverage detected