diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-04 23:54:46 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-05-04 23:54:46 +0300 |
commit | 107b4702895afdbaf9912006d91c910bb6634361 (patch) | |
tree | 75032b2c93d7e54226485f94affe62c59a090798 /launcher/modplatform | |
parent | 8b14b946e248c327046777eb2ed494170452f108 (diff) | |
download | PrismLauncher-107b4702895afdbaf9912006d91c910bb6634361.tar.gz PrismLauncher-107b4702895afdbaf9912006d91c910bb6634361.tar.bz2 PrismLauncher-107b4702895afdbaf9912006d91c910bb6634361.zip |
Updated required_by as dependency
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r-- | launcher/modplatform/ModIndex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index edf92416..a19fc0eb 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -78,7 +78,6 @@ struct IndexedVersion { // For internal use, not provided by APIs bool is_currently_selected = false; - QList<QVariant> required_by; }; struct ExtraPackData { |