PDA

View Full Version : QHttp & QSound problem in Qt 5



zgulser
4th April 2013, 16:51
Hi,

I've been using Qt for years. I have number of classes in my project that somehow interacted with QHttp and QSound.

Now I'm trying to port Qt 5 but I see that those classes are removed from the API. Now I need to do a lot of work to adapt my code to QNetworkAccessManager.

I wonder if there is a Qt support library to solve for such a backward compability issues?

zgulser
5th April 2013, 14:17
I also found that some QHeaderView methods are removed!

Plus, QDateTime object generates errors when compiled.

What's the deal here? There is no information about those issues in the porting guide(link below) provided from Qt.

http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5

Didn't anyone face such issues like me?