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

Method compressFolderToZiwFile

src/database/WizDatabase.cpp:4789–4794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4787}
4788
4789bool WizDatabase::compressFolderToZiwFile(WIZDOCUMENTDATA &document, \
4790 const QString& strFileFolder)
4791{
4792 QString strFileName = getDocumentFileName(document.strGUID);
4793 return compressFolderToZiwFile(document, strFileFolder, strFileName);
4794}
4795
4796bool WizDatabase::compressFolderToZiwFile(WIZDOCUMENTDATA& document, const QString& strFileFolder,
4797 const QString& strZiwFileName)

Callers

nothing calls this directly

Calls 2

WizFolder2ZipFunction · 0.85
encryptFileToFileMethod · 0.80

Tested by

no test coverage detected