feat: modify InfoFrame and ResourcePackPage to show ResourcePack info

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-08-28 22:31:48 -03:00
parent 050768c266
commit afa1a5e932
3 changed files with 101 additions and 15 deletions

View File

@ -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);