diff options
author | Sky <git@bunnies.cc> | 2013-10-09 02:26:03 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-09 02:26:47 +0100 |
commit | 14b47057fdbcec7d259ae0a73b201f3f0757b8e2 (patch) | |
tree | 10514d56345673d503574fd06a7c5e4840096fb5 /gui/MCModInfoFrame.h | |
parent | 6bc9df84d9e72d8ee06c23c505b6c5ad54820115 (diff) | |
download | PrismLauncher-14b47057fdbcec7d259ae0a73b201f3f0757b8e2.tar.gz PrismLauncher-14b47057fdbcec7d259ae0a73b201f3f0757b8e2.tar.bz2 PrismLauncher-14b47057fdbcec7d259ae0a73b201f3f0757b8e2.zip |
Clean up mcmod panel massively. Keep it simple - name (optionally linked), optional authors and description. Needs cut-off handling, frame looking at on Windows
Diffstat (limited to 'gui/MCModInfoFrame.h')
-rw-r--r-- | gui/MCModInfoFrame.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gui/MCModInfoFrame.h b/gui/MCModInfoFrame.h index 01812df7..cdf399cb 100644 --- a/gui/MCModInfoFrame.h +++ b/gui/MCModInfoFrame.h @@ -31,11 +31,8 @@ public: explicit MCModInfoFrame(QWidget *parent = 0); ~MCModInfoFrame(); - void setName(QString name); - void setDescription(QString description); - void setAuthors(QString authors); - void setCredits(QString credits); - void setWebsite(QString website); + void setModText(QString text); + void setModDescription(QString text); void updateWithMod(Mod &m); void clear(); |