| 5134 | } |
| 5135 | |
| 5136 | QVariant NoteStore_copyNote_readReplyAsync(QByteArray reply) |
| 5137 | { |
| 5138 | return QVariant::fromValue(NoteStore_copyNote_readReply(reply)); |
| 5139 | } |
| 5140 | |
| 5141 | Note NoteStore::copyNote(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken) |
| 5142 | { |
nothing calls this directly
no test coverage detected