[Interest] Qt not resolving URLs

Thiago Macieira thiago.macieira at intel.com
Tue Aug 6 08:00:17 CEST 2013


On terça-feira, 6 de agosto de 2013 11:17:35, Mandeep Sandhu wrote:
> On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson 
<Tom.Isaacson at navico.com>wrote:
> > I've added a simple browser page to my application using the demo code in
> > Qt 4.8 as a base:
> > [QTDIR]\demos\browser
> > 
> > This works fine in Windows, but when I rebuild the app and try it on my
> > embedded Linux device it fails. While experimenting I found I could load
> > www.google.com by resolving the IP address and using that instead. I
> > added the following code to my app:
> > QHostInfo hostInfo = QHostInfo::fromName(m_url);
> 
> Just to eliminate the obvious, "m_url" here contains a valid url?

Or, better yet: does *not* contain a valid URL?

QHostInfo::fromName takes a host name. Not a URL.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130805/bd5a4ff1/attachment.sig>


More information about the Interest mailing list