mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
improve skin preview
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -43,9 +43,8 @@ class SkinModel {
|
||||
|
||||
bool rename(QString newName);
|
||||
void setCapeId(QString capeID) { m_capeId = capeID; }
|
||||
void setModel(Model model) { m_model = model; }
|
||||
void setModel(Model model);
|
||||
void setURL(QString url) { m_url = url; }
|
||||
void setPreview(const QImage& preview) { m_preview = preview; }
|
||||
void refresh();
|
||||
|
||||
QJsonObject toJSON() const;
|
||||
|
Reference in New Issue
Block a user