aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/flame/FlameModModel.h
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-03-02 18:35:59 -0300
committerflow <thiagodonato300@gmail.com>2022-03-02 18:49:19 -0300
commit881b2f2b385f19d9b64a149fca3c3741a803a172 (patch)
treeff13eabfeec171560c2b8b90aa00db6a48e92691 /launcher/ui/pages/modplatform/flame/FlameModModel.h
parentca211558b5a4ee8b0dec3471c92f952002216532 (diff)
downloadPrismLauncher-881b2f2b385f19d9b64a149fca3c3741a803a172.tar.gz
PrismLauncher-881b2f2b385f19d9b64a149fca3c3741a803a172.tar.bz2
PrismLauncher-881b2f2b385f19d9b64a149fca3c3741a803a172.zip
refactor: Use a single indexed pack for mods
Since there's little difference between them, let's remove duplication and merge them.
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlameModModel.h')
-rw-r--r--launcher/ui/pages/modplatform/flame/FlameModModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModModel.h b/launcher/ui/pages/modplatform/flame/FlameModModel.h
index 0c1cb95e..ec19ab2f 100644
--- a/launcher/ui/pages/modplatform/flame/FlameModModel.h
+++ b/launcher/ui/pages/modplatform/flame/FlameModModel.h
@@ -57,7 +57,7 @@ private:
void requestLogo(QString file, QString url);
private:
- QList<IndexedPack> modpacks;
+ QList<ModPlatform::IndexedPack> modpacks;
QStringList m_failedLogos;
QStringList m_loadingLogos;
LogoMap m_logoMap;