Look at the QNetworkRequest and QNetworkReply classes, particularly the 
header() and rawHeader() functions of QNetworkReply
These APIs are also available in 4.6, 4.7, 4.8.
Please write your code to use this API if at all possible, since it is still 
getting support.

Those deprecated classes have been removed from QtNetwork and put in their own 
add-on modules.
QtHttp contains the obsolete http classes
QtFtp contains the obsolete ftp classes

If for some reason you need to use them, build the add-on module if necessary 
and then include in your qmake pro file:
QT += http
--

From: development-bounces+shane.kearns=accenture....@qt-project.org 
[mailto:development-bounces+shane.kearns=accenture....@qt-project.org] On 
Behalf Of Leandro Melo de Sales
Sent: 06 July 2012 05:21
To: development@qt-project.org
Subject: [Development] QHttpResponseHeader is obsolete and removed from Qt5

Hi,
  In my project I use QHttpResponseHeader that is obsolete and it isn't 
available in Qt5. What is the equivalent class of it in Qt5?

--
Leandro Melo de Sales
PhD candidate in Computer Science
Pervasive and Embedded Computing Laboratory, UFCG

________________________________
Subject to local law, communications with Accenture and its affiliates 
including telephone calls and emails (including content), may be monitored by 
our systems for the purposes of security and the assessment of internal 
compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to