diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-16 20:02:32 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-16 20:02:32 +0300 |
commit | f919d363b706e4c00317b56849702d8f95446bdb (patch) | |
tree | 021036a6fe97188b9be91d2351f5b1aa7576d344 /launcher/minecraft | |
parent | 589d8b6923531a53cbccabb8b79ed9861d0fe27c (diff) | |
download | PrismLauncher-f919d363b706e4c00317b56849702d8f95446bdb.tar.gz PrismLauncher-f919d363b706e4c00317b56849702d8f95446bdb.tar.bz2 PrismLauncher-f919d363b706e4c00317b56849702d8f95446bdb.zip |
made safe for vegetarians
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft')
-rw-r--r-- | launcher/minecraft/mod/ModFolderModel.cpp | 2 | ||||
-rw-r--r-- | launcher/minecraft/mod/ModFolderModel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/minecraft/mod/ModFolderModel.cpp b/launcher/minecraft/mod/ModFolderModel.cpp index d6ce98ed..42ee9499 100644 --- a/launcher/minecraft/mod/ModFolderModel.cpp +++ b/launcher/minecraft/mod/ModFolderModel.cpp @@ -228,7 +228,7 @@ bool ModFolderModel::deleteMods(const QModelIndexList& indexes) return true; } -bool ModFolderModel::deleteModsMeatadata(const QModelIndexList& indexes) +bool ModFolderModel::deleteModsMetadata(const QModelIndexList& indexes) { if (indexes.isEmpty()) return true; diff --git a/launcher/minecraft/mod/ModFolderModel.h b/launcher/minecraft/mod/ModFolderModel.h index c512c58f..4d1bafae 100644 --- a/launcher/minecraft/mod/ModFolderModel.h +++ b/launcher/minecraft/mod/ModFolderModel.h @@ -79,7 +79,7 @@ class ModFolderModel : public ResourceFolderModel { /// Deletes all the selected mods bool deleteMods(const QModelIndexList& indexes); - bool deleteModsMeatadata(const QModelIndexList& indexes); + bool deleteModsMetadata(const QModelIndexList& indexes); bool isValid(); |