Merge pull request #1530 from Trial97/metadata_delete

This commit is contained in:
Sefa Eyeoglu
2023-09-04 17:02:52 +02:00
committed by GitHub
7 changed files with 76 additions and 6 deletions

View File

@ -81,6 +81,7 @@ class ModFolderModel : public ResourceFolderModel {
/// Deletes all the selected mods
bool deleteMods(const QModelIndexList& indexes);
bool deleteModsMetadata(const QModelIndexList& indexes);
bool isValid();