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/mod/ModFolderModel.cpp | |
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/mod/ModFolderModel.cpp')
-rw-r--r-- | launcher/minecraft/mod/ModFolderModel.cpp | 2 |
1 files changed, 1 insertions, 1 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; |