[prev in list] [next in list] [prev in thread] [next in thread] 

List:       amarok-devel
Subject:    Re: FYI: Re: Qt 4.8 QUrl.toLocalFile behavior change, impacts to
From:       Thomas =?UTF-8?B?TMO8Ymtpbmc=?= <thomas.luebking () gmail ! com>
Date:       2011-11-07 12:54:17
Message-ID: 20111107135417.7c483a4b () gmail ! com
[Download RAW message or body]

Am Mon, 7 Nov 2011 10:11:33 +0100
schrieb Bart Cerneels <bart.cerneels@kde.org>:

> We should build with QURL_NO_CAST_FROM_QSTRING in the 2.6 cycle to
> make sure amarok works correctly with Qt 4.8.

That doesn't cut it, because it will only prevent

      QUrl url = "http://www.kde.org/";

(what's a correct url, btw.)

but NOT

       QUrl no_url( "/that/is/no.url" );

what should either be

       QUrl url("file:///this/is/a.url");
or
       QUrl url = QUrl::fromUserInput( "/this/is/no/url.YET" );

One will have to dig for bogus constructor usage as well, ie. sth. like

       grep -rE "QUrl\s*\([^:]*\).*$" *

to at least get a rough idea about where could be some issues.

Cheers,
Thomas
_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic