| 2258 | } |
| 2259 | // |
| 2260 | bool WizDatabase::deleteDocumentFromLocal(const QString& strDocumentGuid) |
| 2261 | { |
| 2262 | WIZDOCUMENTDATA doc; |
| 2263 | if (!documentFromGuid(strDocumentGuid, doc)) |
| 2264 | return false; |
| 2265 | // |
| 2266 | return deleteDocument(doc, false); |
| 2267 | } |
| 2268 | |
| 2269 | bool WizDatabase::deleteAttachmentFromLocal(const QString& strAttachmentGuid) |
| 2270 | { |
no outgoing calls
no test coverage detected