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/trans/TranslationDownloader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'logic/trans/TranslationDownloader.h') diff --git a/logic/trans/TranslationDownloader.h b/logic/trans/TranslationDownloader.h index 78e7fe1c..e7893805 100644 --- a/logic/trans/TranslationDownloader.h +++ b/logic/trans/TranslationDownloader.h @@ -5,11 +5,12 @@ #include #include #include +#include "multimc_logic_export.h" class ByteArrayDownload; class NetJob; -class TranslationDownloader : public QObject +class MULTIMC_LOGIC_EXPORT TranslationDownloader : public QObject { Q_OBJECT -- cgit v1.2.3