| 2861 | } |
| 2862 | |
| 2863 | QVariant NoteStore_findNotes_readReplyAsync(QByteArray reply) |
| 2864 | { |
| 2865 | return QVariant::fromValue(NoteStore_findNotes_readReply(reply)); |
| 2866 | } |
| 2867 | |
| 2868 | NoteList NoteStore::findNotes(const NoteFilter& filter, qint32 offset, qint32 maxNotes, QString authenticationToken) |
| 2869 | { |
nothing calls this directly
no test coverage detected