From 898e3cd4e7b524e4c1d9492f046f0520d61d1621 Mon Sep 17 00:00:00 2001 From: "Mrazek, Petr" Date: Tue, 3 May 2016 17:49:56 +0200 Subject: GH-1559 Export IIconList from logic API --- api/logic/icons/IIconList.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'api/logic/icons/IIconList.h') diff --git a/api/logic/icons/IIconList.h b/api/logic/icons/IIconList.h index a7e0fa07..ec94cb35 100644 --- a/api/logic/icons/IIconList.h +++ b/api/logic/icons/IIconList.h @@ -1,6 +1,7 @@ #pragma once #include +#include "multimc_logic_export.h" enum IconType : unsigned { @@ -11,10 +12,10 @@ enum IconType : unsigned ToBeDeleted }; -class IIconList +class MULTIMC_LOGIC_EXPORT IIconList { public: - virtual ~IIconList(){} + virtual ~IIconList(); virtual bool addIcon(QString key, QString name, QString path, IconType type) = 0; }; -- cgit v1.2.3