diff options
Diffstat (limited to 'logic/net/NetAction.h')
-rw-r--r-- | logic/net/NetAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index faf4dbe0..1d7eb94b 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -61,7 +61,7 @@ public: public: /// the network reply - QObjectPtr<QNetworkReply> m_reply; + unique_qobject_ptr<QNetworkReply> m_reply; /// the content of the content-type header QString m_content_type; |