| 2396 | } |
| 2397 | |
| 2398 | QVariant NoteStore_getSearch_readReplyAsync(QByteArray reply) |
| 2399 | { |
| 2400 | return QVariant::fromValue(NoteStore_getSearch_readReply(reply)); |
| 2401 | } |
| 2402 | |
| 2403 | SavedSearch NoteStore::getSearch(Guid guid, QString authenticationToken) |
| 2404 | { |
nothing calls this directly
no test coverage detected