From 23d0bd8edde6aadfaa282215b5f143ad16210438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Sep 2015 18:46:57 +0200 Subject: NOISSUE make shared logic library ... shared --- logic/notifications/NotificationChecker.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/notifications/NotificationChecker.h') diff --git a/logic/notifications/NotificationChecker.h b/logic/notifications/NotificationChecker.h index 92bc23dc..a2d92ab9 100644 --- a/logic/notifications/NotificationChecker.h +++ b/logic/notifications/NotificationChecker.h @@ -5,7 +5,9 @@ #include "net/NetJob.h" #include "net/CacheDownload.h" -class NotificationChecker : public QObject +#include "multimc_logic_export.h" + +class MULTIMC_LOGIC_EXPORT NotificationChecker : public QObject { Q_OBJECT -- cgit v1.2.3