| 1032 | } |
| 1033 | |
| 1034 | bool FileAccess::removeDir(const QString& dirName) |
| 1035 | { |
| 1036 | return DefaultFileAccessJobHandler::rmDir(dirName); |
| 1037 | } |
| 1038 | #endif // !AUTOTEST |
| 1039 | |
| 1040 | bool FileAccess::symLink(const QString& linkTarget, const QString& linkLocation) |
nothing calls this directly
no outgoing calls
no test coverage detected