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

Method document_downloadData

src/sync/WizKMServer.cpp:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179bool WizKMDatabaseServer::document_downloadData(const QString& strDocumentGUID, WIZDOCUMENTDATAEX& ret, const QString& fileName)
1180{
1181 return document_downloadDataNew(strDocumentGUID, ret, fileName);
1182}
1183//
1184
1185bool WizKMDatabaseServer::attachment_downloadDataNew(const QString& strDocumentGUID, const QString& strAttachmentGUID, WIZDOCUMENTATTACHMENTDATAEX& ret)

Callers 3

downloadNormalDataMethod · 0.80
downloadDocumentMethod · 0.80
downloadObjectDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected