| 8354 | } |
| 8355 | |
| 8356 | QVariant NoteStore_emailNote_readReplyAsync(QByteArray reply) |
| 8357 | { |
| 8358 | NoteStore_emailNote_readReply(reply); |
| 8359 | return QVariant(); |
| 8360 | } |
| 8361 | |
| 8362 | void NoteStore::emailNote(const NoteEmailParameters& parameters, QString authenticationToken) |
| 8363 | { |
nothing calls this directly
no test coverage detected