[Qt-interest] QtWebKit content-type support

Joel A. Iturra P. tortuguero at gmail.com
Tue Oct 27 22:03:16 CET 2009


Thiago,

I don't have too much experience on how work qt or webkit, but I found
this

(file)
qt-x11-opensource-src-4.5.2-atentus/src/3rdparty/webkit/WebCore/platform/network/qt/QNetworkReplyHandler.cpp

(method)
void QNetworkReplyHandler::sendResponseIfNeeded()


WebCore::String contentType =
m_reply->header(QNetworkRequest::ContentTypeHeader).toString();


Trying add "toLower()" there, it seems work fine too.

That is the "one line" on all webkit directory where
"QNetworkRequest::ContentTypeHeader" appear.

you see any problem on this ?

thanks you

-- 
Joel A. Iturra
Santiago - Chile



More information about the Qt-interest-old mailing list