Details
Description
- QNetworkSession does not work together with qgl.h on Windows *
windows.h does a
#define interface struct
somewhere and QNetworkSession has a function called "interface(...)" which, if both are included, and QNetworkSession is included after qgl.h results in a compile error.