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

Method URLDownloadToFile

src/share/WizCommonUI.cpp:135–138  ·  view source on GitHub ↗

* @brief Download resource to file. * * @param bstrURL * @param bstrFileName * @return true * @return false */

Source from the content-addressed store, hash-verified

133 * @return false
134 */
135bool WizCommonUI::URLDownloadToFile(const QString &bstrURL, const QString &bstrFileName, bool isImage)
136{
137 return WizURLDownloadToFile(bstrURL, bstrFileName, isImage);
138}
139
140
141bool WizCommonUI::Base64ToFile(const QString &base64, const QString &fileName)

Callers

nothing calls this directly

Calls 1

WizURLDownloadToFileFunction · 0.85

Tested by

no test coverage detected