From a1abbd9e05c80584d831b1d12c27c5f7d731cece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 28 May 2016 19:54:17 +0200 Subject: NOISSUE refactor *Download into more, smaller pieces * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour. --- api/logic/net/NetAction.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'api/logic/net/NetAction.h') diff --git a/api/logic/net/NetAction.h b/api/logic/net/NetAction.h index 3c395605..2b3f1b7b 100644 --- a/api/logic/net/NetAction.h +++ b/api/logic/net/NetAction.h @@ -59,9 +59,6 @@ public: /// the network reply unique_qobject_ptr m_reply; - /// the content of the content-type header - QString m_content_type; - /// source URL QUrl m_url; -- cgit v1.2.3