summaryrefslogtreecommitdiffstats
path: root/logic/screenshots
diff options
context:
space:
mode:
Diffstat (limited to 'logic/screenshots')
-rw-r--r--logic/screenshots/ImgurAlbumCreation.h4
-rw-r--r--logic/screenshots/ImgurUpload.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/logic/screenshots/ImgurAlbumCreation.h b/logic/screenshots/ImgurAlbumCreation.h
index f4adf6f2..469174e4 100644
--- a/logic/screenshots/ImgurAlbumCreation.h
+++ b/logic/screenshots/ImgurAlbumCreation.h
@@ -2,8 +2,10 @@
#include "net/NetAction.h"
#include "Screenshot.h"
+#include "multimc_logic_export.h"
+
typedef std::shared_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr;
-class ImgurAlbumCreation : public NetAction
+class MULTIMC_LOGIC_EXPORT ImgurAlbumCreation : public NetAction
{
public:
explicit ImgurAlbumCreation(QList<ScreenshotPtr> screenshots);
diff --git a/logic/screenshots/ImgurUpload.h b/logic/screenshots/ImgurUpload.h
index f6f4c3a1..0a766b8f 100644
--- a/logic/screenshots/ImgurUpload.h
+++ b/logic/screenshots/ImgurUpload.h
@@ -2,8 +2,10 @@
#include "net/NetAction.h"
#include "Screenshot.h"
+#include "multimc_logic_export.h"
+
typedef std::shared_ptr<class ImgurUpload> ImgurUploadPtr;
-class ImgurUpload : public NetAction
+class MULTIMC_LOGIC_EXPORT ImgurUpload : public NetAction
{
public:
explicit ImgurUpload(ScreenshotPtr shot);