| 13 | using namespace MOBase; |
| 14 | |
| 15 | bool canPreviewFile(const PluginContainer& pc, const FileEntry& file) |
| 16 | { |
| 17 | return canPreviewFile(pc, file.isFromArchive(), |
| 18 | QString::fromStdWString(file.getName())); |
| 19 | } |
| 20 | |
| 21 | bool canRunFile(const FileEntry& file) |
| 22 | { |
no test coverage detected