Re: [Development] QUrl setPath Qt4 vs Qt5

2014-09-29 Thread Samuel Gaist
On 29 sept. 2014, at 09:08, Ziller Eike wrote: > Just for completeness ;) > > https://bugreports.qt-project.org/browse/QTBUG-27728 > Thanks :) Since it's a documentation update and 5.4 is not officially out, should I target 5.3 ? > > On Sep 28, 2014, at 9:52 AM, Samuel Gaist wrote: > >>

Re: [Development] QUrl setPath Qt4 vs Qt5

2014-09-29 Thread Ziller Eike
Just for completeness ;) https://bugreports.qt-project.org/browse/QTBUG-27728 On Sep 28, 2014, at 9:52 AM, Samuel Gaist wrote: > >> On 28 sept. 2014, at 03:26, Thiago Macieira >> wrote: >> >>> On Sunday 28 September 2014 01:02:11 Samuel Gaist wrote: >>> Hi, >>> >>> Following a post on the

Re: [Development] QUrl setPath Qt4 vs Qt5

2014-09-28 Thread Samuel Gaist
> On 28 sept. 2014, at 03:26, Thiago Macieira wrote: > >> 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 chan

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