From 4730f54df7edf4775dfddf45f77c60edd86c32d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 8 Feb 2015 17:56:14 +0100 Subject: SCRATCH separate the generic updater logic from the application --- logic/net/NetAction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'logic/net/NetAction.h') 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 #include #include +#include enum JobStatus { @@ -58,7 +59,7 @@ public: public: /// the network reply - std::shared_ptr m_reply; + QObjectPtr m_reply; /// the content of the content-type header QString m_content_type; -- cgit v1.2.3