| 2891 | } |
| 2892 | |
| 2893 | QString WizDatabase::getDocumentFileName(const QString& strGUID) const |
| 2894 | { |
| 2895 | return getDocumentsDataPath() + "{" + strGUID + "}"; |
| 2896 | } |
| 2897 | |
| 2898 | QString WizDatabase::getAttachmentFileName(const QString& strGUID) |
| 2899 | { |
no outgoing calls
no test coverage detected