diff options
Diffstat (limited to 'logic/trans/TranslationDownloader.h')
-rw-r--r-- | logic/trans/TranslationDownloader.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <memory> #include <QObject> #include <net/NetJob.h> +#include "multimc_logic_export.h" class ByteArrayDownload; class NetJob; -class TranslationDownloader : public QObject +class MULTIMC_LOGIC_EXPORT TranslationDownloader : public QObject { Q_OBJECT |