| 86 | [[nodiscard]] Task* createParseTask(Resource&) override; |
| 87 | |
| 88 | bool installMod(QString file_path) { return ResourceFolderModel::installResource(file_path); } |
| 89 | bool uninstallMod(const QString& filename, bool preserve_metadata = false); |
| 90 | |
| 91 | /// Deletes all the selected mods |
no outgoing calls
no test coverage detected