Re: [Development] QUrl setPath Qt4 vs Qt5

2014-09-27 Thread Thiago Macieira
On Sunday 28 September 2014 01:02:11 Samuel Gaist wrote: > Hi, > > Following a post on the forum, I've checked and there's been a behavior > change in QUrl's setPath between Qt 4 and Qt 5 that is not mentioned in the > "C++ API changes" chapter. > > If I understood correctly: > > QUrl example1("

[Development] QUrl setPath Qt4 vs Qt5

2014-09-27 Thread Samuel Gaist
Hi, Following a post on the forum, I've checked and there's been a behavior change in QUrl's setPath between Qt 4 and Qt 5 that is not mentioned in the "C++ API changes" chapter. If I understood correctly: QUrl example1("http://www.example.com";); example1.setPath("pub/something"); makes exa