| 4787 | } |
| 4788 | |
| 4789 | bool WizDatabase::compressFolderToZiwFile(WIZDOCUMENTDATA &document, \ |
| 4790 | const QString& strFileFolder) |
| 4791 | { |
| 4792 | QString strFileName = getDocumentFileName(document.strGUID); |
| 4793 | return compressFolderToZiwFile(document, strFileFolder, strFileName); |
| 4794 | } |
| 4795 | |
| 4796 | bool WizDatabase::compressFolderToZiwFile(WIZDOCUMENTDATA& document, const QString& strFileFolder, |
| 4797 | const QString& strZiwFileName) |
nothing calls this directly
no test coverage detected