aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/widgets/InfoFrame.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-08-28 22:31:48 -0300
committerflow <flowlnlnln@gmail.com>2022-09-03 13:37:21 -0300
commitafa1a5e93228350ea5689b39655046b49a0133a5 (patch)
treeb979b618f28e9d48b957e79d955393047176d9b8 /launcher/ui/widgets/InfoFrame.h
parent050768c266833d8ad1c662f93f3c8dc044e57843 (diff)
downloadPrismLauncher-afa1a5e93228350ea5689b39655046b49a0133a5.tar.gz
PrismLauncher-afa1a5e93228350ea5689b39655046b49a0133a5.tar.bz2
PrismLauncher-afa1a5e93228350ea5689b39655046b49a0133a5.zip
feat: modify InfoFrame and ResourcePackPage to show ResourcePack info
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/ui/widgets/InfoFrame.h')
-rw-r--r--launcher/ui/widgets/InfoFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/widgets/InfoFrame.h b/launcher/ui/widgets/InfoFrame.h
index d69dc232..4b6df023 100644
--- a/launcher/ui/widgets/InfoFrame.h
+++ b/launcher/ui/widgets/InfoFrame.h
@@ -39,6 +39,7 @@ class InfoFrame : public QFrame {
void updateWithMod(Mod const& m);
void updateWithResource(Resource const& resource);
+ void updateWithResourcePack(ResourcePack const& rp);
public slots:
void descriptionEllipsisHandler(QString link);