summaryrefslogtreecommitdiffstats
path: root/logic/icons
diff options
context:
space:
mode:
Diffstat (limited to 'logic/icons')
-rw-r--r--logic/icons/IconList.h4
-rw-r--r--logic/icons/MMCIcon.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/logic/icons/IconList.h b/logic/icons/IconList.h
index cc2ba5c4..971db824 100644
--- a/logic/icons/IconList.h
+++ b/logic/icons/IconList.h
@@ -25,9 +25,11 @@
#include "settings/Setting.h"
#include "Env.h" // there is a global icon list inside Env.
+#include "multimc_logic_export.h"
+
class QFileSystemWatcher;
-class IconList : public QAbstractListModel
+class MULTIMC_LOGIC_EXPORT IconList : public QAbstractListModel
{
Q_OBJECT
public:
diff --git a/logic/icons/MMCIcon.h b/logic/icons/MMCIcon.h
index cf087aa4..753e916d 100644
--- a/logic/icons/MMCIcon.h
+++ b/logic/icons/MMCIcon.h
@@ -17,7 +17,10 @@
#include <QString>
#include <QDateTime>
#include <QIcon>
-struct MMCImage
+
+#include "multimc_logic_export.h"
+
+struct MULTIMC_LOGIC_EXPORT MMCImage
{
QIcon icon;
QString filename;
@@ -28,7 +31,7 @@ struct MMCImage
}
};
-struct MMCIcon
+struct MULTIMC_LOGIC_EXPORT MMCIcon
{
enum Type : unsigned
{