| 3356 | } |
| 3357 | |
| 3358 | QVariant NoteStore_getNote_readReplyAsync(QByteArray reply) |
| 3359 | { |
| 3360 | return QVariant::fromValue(NoteStore_getNote_readReply(reply)); |
| 3361 | } |
| 3362 | |
| 3363 | Note NoteStore::getNote(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken) |
| 3364 | { |
nothing calls this directly
no test coverage detected