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

Method downloadTemplateBlocked

src/core/WizNoteManager.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool WizNoteManager::downloadTemplateBlocked(const TemplateData& tempData)
345{
346 QString strUrl = WizCommonApiEntry::asServerUrl() + "/a/templates/download/" + QString::number(tempData.id);
347 return WizURLDownloadToFile(strUrl, tempData.strFileName, false);
348}
349
350
351WizNoteManager::WizNoteManager(WizDatabaseManager& dbMgr)

Callers

nothing calls this directly

Calls 1

WizURLDownloadToFileFunction · 0.85

Tested by

no test coverage detected