| 68 | } |
| 69 | |
| 70 | bool FileAccess::readFile(void* pDestBuffer, qint64 maxLength ) |
| 71 | { |
| 72 | Q_UNUSED(pDestBuffer) |
| 73 | Q_UNUSED(maxLength); |
| 74 | return true; |
| 75 | } |
| 76 | bool FileAccess::writeFile(const void* pSrcBuffer, qint64 length ) |
| 77 | { |
| 78 | Q_UNUSED(pSrcBuffer); |
nothing calls this directly
no outgoing calls
no test coverage detected