From 23d0bd8edde6aadfaa282215b5f143ad16210438 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 5 Sep 2015 18:46:57 +0200 Subject: NOISSUE make shared logic library ... shared --- logic/icons/IconList.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/icons/IconList.h') 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: -- cgit