summaryrefslogtreecommitdiffstats
path: root/logic/trans/TranslationDownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/trans/TranslationDownloader.h')
-rw-r--r--logic/trans/TranslationDownloader.h3
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