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:
>
>>
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
> 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
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