summaryrefslogtreecommitdiffstats
path: root/logic/icons/IconList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/icons/IconList.h')
-rw-r--r--logic/icons/IconList.h4
1 files changed, 3 insertions, 1 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: