| 1177 | } |
| 1178 | |
| 1179 | bool WizKMDatabaseServer::document_downloadData(const QString& strDocumentGUID, WIZDOCUMENTDATAEX& ret, const QString& fileName) |
| 1180 | { |
| 1181 | return document_downloadDataNew(strDocumentGUID, ret, fileName); |
| 1182 | } |
| 1183 | // |
| 1184 | |
| 1185 | bool WizKMDatabaseServer::attachment_downloadDataNew(const QString& strDocumentGUID, const QString& strAttachmentGUID, WIZDOCUMENTATTACHMENTDATAEX& ret) |
no outgoing calls
no test coverage detected