| 342 | } |
| 343 | |
| 344 | bool 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 | |
| 351 | WizNoteManager::WizNoteManager(WizDatabaseManager& dbMgr) |
nothing calls this directly
no test coverage detected