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

Method expungeNoteAsync

qevercloud/generated/services.cpp:4803–4808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4801}
4802
4803AsyncResult* NoteStore::expungeNoteAsync(Guid guid, QString authenticationToken)
4804{
4805 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4806 QByteArray params = NoteStore_expungeNote_prepareParams(authenticationToken, guid);
4807 return new AsyncResult(url_, params, NoteStore_expungeNote_readReplyAsync);
4808}
4809
4810QByteArray NoteStore_expungeNotes_prepareParams(QString authenticationToken, QList< Guid > noteGuids)
4811{

Callers

nothing calls this directly

Tested by

no test coverage detected