summaryrefslogtreecommitdiffstats
path: root/api/logic/screenshots/ImgurUpload.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/screenshots/ImgurUpload.h')
-rw-r--r--api/logic/screenshots/ImgurUpload.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logic/screenshots/ImgurUpload.h b/api/logic/screenshots/ImgurUpload.h
index 4fcf5233..fed650f0 100644
--- a/api/logic/screenshots/ImgurUpload.h
+++ b/api/logic/screenshots/ImgurUpload.h
@@ -1,10 +1,11 @@
#pragma once
#include "net/NetAction.h"
#include "Screenshot.h"
+#include "QObjectPtr.h"
#include "multimc_logic_export.h"
-typedef std::shared_ptr<class ImgurUpload> ImgurUploadPtr;
+typedef shared_qobject_ptr<class ImgurUpload> ImgurUploadPtr;
class MULTIMC_LOGIC_EXPORT ImgurUpload : public NetAction
{
public: