MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / deleteDocumentFromLocal

Method deleteDocumentFromLocal

src/database/WizDatabase.cpp:2260–2267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2258}
2259//
2260bool WizDatabase::deleteDocumentFromLocal(const QString& strDocumentGuid)
2261{
2262 WIZDOCUMENTDATA doc;
2263 if (!documentFromGuid(strDocumentGuid, doc))
2264 return false;
2265 //
2266 return deleteDocument(doc, false);
2267}
2268
2269bool WizDatabase::deleteAttachmentFromLocal(const QString& strAttachmentGuid)
2270{

Callers 2

UploadDocumentFunction · 0.80
downloadObjectDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected