diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-04 21:52:48 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-04 22:25:05 +0300 |
commit | f7b912fc9d804902a725fa903be8574e1e202f69 (patch) | |
tree | 40b6e30f898267b68f7d4724e3aad115e6b41caa /launcher/modplatform | |
parent | 9fbec3793f02f6bb3e692f98f2d86cad12c52190 (diff) | |
download | PrismLauncher-f7b912fc9d804902a725fa903be8574e1e202f69.tar.gz PrismLauncher-f7b912fc9d804902a725fa903be8574e1e202f69.tar.bz2 PrismLauncher-f7b912fc9d804902a725fa903be8574e1e202f69.zip |
Fixed comments
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/ModIndex.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index 5ff7bbc9..5b439935 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -1,7 +1,8 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> + * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -78,6 +79,7 @@ struct IndexedVersion { // For internal use, not provided by APIs bool is_currently_selected = false; QString custom_target_folder; + QList<QVariant> required_by; }; struct ExtraPackData { |