| 4671 | } |
| 4672 | |
| 4673 | QVariant NoteStore_deleteNote_readReplyAsync(QByteArray reply) |
| 4674 | { |
| 4675 | return QVariant::fromValue(NoteStore_deleteNote_readReply(reply)); |
| 4676 | } |
| 4677 | |
| 4678 | qint32 NoteStore::deleteNote(Guid guid, QString authenticationToken) |
| 4679 | { |
nothing calls this directly
no test coverage detected