From 3470a3df966100d4f1ea6488892ac048118a3131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 31 May 2019 21:52:58 +0200 Subject: NOISSUE improve icon handling while importing and exporting instances Now it handles formats other than png. --- api/gui/icons/MMCIcon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/gui/icons/MMCIcon.h') diff --git a/api/gui/icons/MMCIcon.h b/api/gui/icons/MMCIcon.h index c0eb5570..9fd1b9a2 100644 --- a/api/gui/icons/MMCIcon.h +++ b/api/gui/icons/MMCIcon.h @@ -46,4 +46,6 @@ struct MULTIMC_GUI_EXPORT MMCIcon void remove(IconType rm_type); void replace(IconType new_type, QIcon icon, QString path = QString()); void replace(IconType new_type, const QString &key); + bool isBuiltIn() const; + QString getFilePath() const; }; -- cgit v1.2.3