| 74 | return true; |
| 75 | } |
| 76 | bool FileAccess::writeFile(const void* pSrcBuffer, qint64 length ) |
| 77 | { |
| 78 | Q_UNUSED(pSrcBuffer); |
| 79 | Q_UNUSED(length); |
| 80 | return true; |
| 81 | } |
| 82 | |
| 83 | // bool listDir( t_DirectoryList* pDirList, bool bRecursive, bool bFindHidden, |
| 84 | // const QString& filePattern, const QString& fileAntiPattern, |
nothing calls this directly
no outgoing calls
no test coverage detected