MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / deleteNote

Method deleteNote

qevercloud/generated/services.cpp:4678–4684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4676}
4677
4678qint32 NoteStore::deleteNote(Guid guid, QString authenticationToken)
4679{
4680 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4681 QByteArray params = NoteStore_deleteNote_prepareParams(authenticationToken, guid);
4682 QByteArray reply = askEvernote(url_, params);
4683 return NoteStore_deleteNote_readReply(reply);
4684}
4685
4686AsyncResult* NoteStore::deleteNoteAsync(Guid guid, QString authenticationToken)
4687{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected