diff options
Diffstat (limited to 'logic/net/NetAction.h')
-rw-r--r-- | logic/net/NetAction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index 81cb1bdb..b306bdfe 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -19,6 +19,7 @@ #include <QUrl> #include <memory> #include <QNetworkReply> +#include <logic/QObjectPtr.h> enum JobStatus { @@ -58,7 +59,7 @@ public: public: /// the network reply - std::shared_ptr<QNetworkReply> m_reply; + QObjectPtr<QNetworkReply> m_reply; /// the content of the content-type header QString m_content_type; |