diff options
Diffstat (limited to 'logic/net/NetAction.h')
-rw-r--r-- | logic/net/NetAction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index 97c96e5d..fdd69eec 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -55,6 +55,9 @@ public: /// the network reply std::shared_ptr<QNetworkReply> m_reply; + /// the content of the content-type header + QString m_content_type; + /// source URL QUrl m_url; |