diff options
Diffstat (limited to 'logic')
-rw-r--r-- | logic/net/NetAction.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index 85eac8e3..faf4dbe0 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -21,6 +21,8 @@ #include <QNetworkReply> #include <QObjectPtr.h> +#include "multimc_logic_export.h" + enum JobStatus { Job_NotStarted, @@ -30,7 +32,7 @@ enum JobStatus }; typedef std::shared_ptr<class NetAction> NetActionPtr; -class NetAction : public QObject, public std::enable_shared_from_this<NetAction> +class MULTIMC_LOGIC_EXPORT NetAction : public QObject, public std::enable_shared_from_this<NetAction> { Q_OBJECT protected: |