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("
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