| 60 | |
| 61 | bool readFile(void* /*pDestBuffer*/, qint64 /*maxLength*/) override { return true;}; |
| 62 | bool writeFile(const void* /*pSrcBuffer*/, qint64 /*length*/) override { return true; }; |
| 63 | |
| 64 | private: |
| 65 | QString mPath = "/test/ui/.cvsignore"; |
nothing calls this directly
no outgoing calls
no test coverage detected